ace context mcp for Zed
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:Zed
transport:stdio
runtime:npm
Install ace context mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ace-context-mcp": {
"command": "npx",
"args": [
"-y",
"ace-context-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs