Skip to content
Windsurf

ace context mcp for Windsurf

io.github.dw-dwain/ace-context-mcp

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

client:Windsurf transport:stdio runtime:npm

Install ace context mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "ace-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ace-context-mcp"
      ]
    }
  }
}

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

ace context mcp in other clients