Skip to content
Windsurf

Ratary Memory MCP for Windsurf

io.github.ontorata/ratary

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

client:Windsurf transport:stdio runtime:npm

Install Ratary Memory MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Ratary Memory MCP in other clients