modelbound mcp for Zed
io.github.modelbound/modelbound-mcp
Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.
client:Zed
transport:stdio
runtime:npm
Install modelbound mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"modelbound-mcp": {
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<MODELBOUND_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs