Skip to content
Windsurf

conductor graph mcp for Windsurf

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:Windsurf transport:stdio runtime:pypi

Install conductor graph mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "conductor-graph-mcp": {
      "command": "uvx",
      "args": [
        "conductor-graph-mcp"
      ],
      "env": {
        "COGNOS_BASE_URL": "<COGNOS_BASE_URL>",
        "COGNOS_API_KEY": "<COGNOS_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

conductor graph mcp in other clients