Skip to content
Zed

nexus mcp for Zed

io.github.j7an/nexus-mcp

Delegate tasks to coding agents (Claude, Codex) from any MCP client

client:Zed transport:stdio runtime:pypi

Install nexus mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "nexus-mcp": {
      "command": "uvx",
      "args": [
        "nexus-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nexus mcp in other clients