Mneme Decision MCP for Zed
io.github.mnemehq/mneme
Local MCP server for architectural decisions, traceability, and non-authoritative proposals.
client:Zed
transport:stdio
runtime:pypi
Install Mneme Decision MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mneme": {
"command": "uvx",
"args": [
"mneme-hq"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs