Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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)
Add to ~/.claude/settings.json under mcpServers:
Or with uvx:
Restart Claude Code β the server activates automatically.
Note: Requires MCP SDK β₯ 1.0 (
mcpon PyPI).
| Tool | Description |
|---|---|
get_agent_graph | Full graph β nodes + edges + summary |
get_node_status(node_id) | Live status for a specific node |
get_edges | Only edges (communication flow) |
get_blocked_nodes | Shortcut: what is broken right now? |
| Node | Source |
|---|---|
trustplane-gateway | HTTP GET /healthz + /v1/providers/health |
token-compressor | /tmp/b76_compress.log |
session-memory | /tmp/b76_save.log + SQLite traces.sqlite3 |
armada-bus | /tmp/b76_armada_bus.json + /tmp/b76_armada_bus.log |
agent-* | psutil β is the process running? |
conductor | Always active (the conductor itself) |
| Variable | Default | Description |
|---|---|---|
COGNOS_BASE_URL | http://127.0.0.1:8788 | TrustPlane gateway URL |
COGNOS_API_KEY | (empty) | API key for gateway auth |
MIT β Base76 Research Lab
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/conductor-graph-mcp)<a href="https://allmcps.com/mcp/conductor-graph-mcp"><img src="https://allmcps.com/api/badge/conductor-graph-mcp?style=directory" alt="Conductor Graph MCP on AllMCPs" /></a>