Skip to content
Cursor

conductor graph mcp for Cursor

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

Install conductor graph mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

conductor graph mcp in other clients