ace context mcp for Cursor
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:Cursor
transport:stdio
runtime:npm
Install ace context mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ace-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ace-context-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs