Conductor Graph MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Conductor Graph MCP ServerShow me the full system graph"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Conductor Graph MCP Server
mcp-name: io.github.base76-research-lab/conductor-graph-mcp

An MCP server that exposes a CognOS agent system as a machine-readable JSON graph. The conductor (Claude) calls a single tool and gets an immediate full system snapshot.
Built on the FNC architecture: Field (agents) → Node (processing) → Cockpit (oversight)
Installation
# From PyPI (recommended)
pip install conductor-graph-mcp
# Or from source
git clone https://github.com/base76-research-lab/conductor-graph-mcp
cd conductor-graph-mcp
pip install -e .Related MCP server: claude-task-graph
Usage with Claude Code
Add to ~/.claude/settings.json under mcpServers:
{
"mcpServers": {
"cognos-graph": {
"command": "python3",
"args": ["-m", "conductor_graph_mcp"],
"env": {
"COGNOS_BASE_URL": "http://127.0.0.1:8788",
"COGNOS_API_KEY": "your-key"
}
}
}
}Or with uvx:
{
"mcpServers": {
"cognos-graph": {
"command": "uvx",
"args": ["conductor-graph-mcp"],
"env": {
"COGNOS_BASE_URL": "http://127.0.0.1:8788",
"COGNOS_API_KEY": "your-key"
}
}
}
}Restart Claude Code — the server activates automatically.
Note: Requires MCP SDK ≥ 1.0 (
mcpon PyPI).
Tools
Tool | Description |
| Full graph — nodes + edges + summary |
| Live status for a specific node |
| Only edges (communication flow) |
| Shortcut: what is broken right now? |
Known Node IDs
conductor
trustplane-gateway
token-compressor
session-memory
armada-bus
agent-critic
agent-curator
agent-ethics
agent-synth
agent-self
agent-srt
agent-indexerExamples
get_agent_graph() # Full system overview
get_node_status("trustplane-gateway") # One specific node
get_blocked_nodes() # What is broken?
get_edges() # Communication flowNode Status — Data Sources
Node | Source |
| HTTP GET |
|
|
|
|
|
|
|
|
| Always |
Environment Variables
Variable | Default | Description |
|
| TrustPlane gateway URL |
| (empty) | API key for gateway auth |
Verification
# Test that the server starts
python3 -m conductor_graph_mcp
# Stop the gateway → trustplane-gateway.status = "error"
# get_blocked_nodes() should return trustplane-gateway
# Run a /save → session-memory.metrics.entries increases
# get_node_status("session-memory") shows new countLicense
MIT — Base76 Research Lab
This server cannot be deployed
Maintenance
Related MCP Connectors
The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls
Knowledge graph for AI agents. Query concepts, walk edges, get advisories.
Real-time AI intelligence signals and temporal knowledge graph for agent economy
End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.
Related MCP Servers
- AlicenseCqualityFmaintenanceComprehensive Model Context Protocol server for advanced graph analysis using NetworkX, enabling graph creation, manipulation, and algorithm execution through natural language.4620MIT
- FlicenseAqualityBmaintenanceMCP server for managing a task graph with live visualization. Enables Claude Code to create, update, and link nodes (tasks, subtasks, ideas, etc.) while a browser viewer displays the graph in real time.6-
- AlicenseAqualityBmaintenanceProvides Claude with the session graph, enabling it to log, show, grep, export, summarize, branch, name, and merge Claude Code sessions.10MIT
- AlicenseAqualityCmaintenanceEnables AI agents to generate BYaML Architecture Graphs from evaluations, Terraform plans, and AWS scans, and to derive insights such as blast radius, cost summaries, and remediation plans without writing YAML.8Apache 2.0