Skip to content

conductor graph mcp for Zed

io.github.base76-research-lab/conductor-graph-mcp

Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.

client:Zed transport:stdio runtime:pypi

Install conductor graph 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": {
    "conductor-graph-mcp": {
      "command": "uvx",
      "args": [
        "conductor-graph-mcp"
      ],
      "env": {
        "COGNOS_BASE_URL": "<COGNOS_BASE_URL>",
        "COGNOS_API_KEY": "<COGNOS_API_KEY>"
      }
    }
  }
}

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

conductor graph mcp in other clients