Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

modelbound mcp in other clients