Skip to content
Cline

ace context mcp for Cline

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:Cline transport:stdio runtime:npm

Install ace context mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ace context mcp in other clients