Munim for Zed
io.github.vishalsg42/munim
One MCP server holding a live session with every client's account at once.
client:Zed
transport:stdio
runtime:pypi
Install Munim in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"munim": {
"command": "uvx",
"args": [
"munim"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs