conductor graph mcp for Claude Desktop
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:Claude Desktop
transport:stdio
runtime:pypi
Install conductor graph mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"conductor-graph-mcp": {
"command": "uvx",
"args": [
"conductor-graph-mcp"
],
"env": {
"COGNOS_BASE_URL": "<COGNOS_BASE_URL>",
"COGNOS_API_KEY": "<COGNOS_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs