Skip to content
Zed

ai cli mcp for Zed

io.github.mkxultra/ai-cli-mcp

Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs

client:Zed transport:stdio runtime:npm

Install ai cli mcp in Zed

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

{
  "context_servers": {
    "ai-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-cli-mcp"
      ]
    }
  }
}

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

ai cli mcp in other clients