Skip to content
Claude Desktop

Ratary Memory MCP for Claude Desktop

io.github.ontorata/ratary

Persistent coding memory for AI assistants. MCP stdio, hybrid search, graph, context.

client:Claude Desktop transport:stdio runtime:npm

Install Ratary Memory MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ratary": {
      "command": "npx",
      "args": [
        "-y",
        "@ratary/mcp-server"
      ],
      "env": {
        "RATARY_API_KEY": "<RATARY_API_KEY>",
        "RATARY_BASE_URL": "<RATARY_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Ratary Memory MCP in other clients