Ratary Memory MCP
https://server.smithery.ai/hello-y4u6/ratary/mcp
● healthy
Ratary is an AI Brain Platform — infrastructure that gives AI: Persistent memory — durable, owner-scoped, versioned Structured knowledge — metadata, relations, graph traversal Intelligent retrieval — hybrid search + bounded context assembly Protocol access — Ratary MCP, REST, optional gRPC It sits between AI clients and storage. One brain, many surfaces — Cursor, Claude Code, custom agents, enterprise APIs, and remote MCP hosts. The runnable deployment is Ratary Server — this repository. Ratary is the product; Ratary Server is what you clone and run. Bring your model. Ratary brings the memory.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/hello-y4u6/ratary/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/hello-y4u6/ratary/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/ontorata/ratary/tree/main/MCP