Conductor Graph Server
БесплатноНе проверенExposes a CognOS agent system as a machine-readable JSON graph, enabling Claude to get a full system snapshot and inspect node status, edges, and blocked nodes.
Описание
Exposes a CognOS agent system as a machine-readable JSON graph, enabling Claude to get a full system snapshot and inspect node status, edges, and blocked nodes.
README
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 .
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 |
|---|---|
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? |
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-indexer
Examples
get_agent_graph() # Full system overview
get_node_status("trustplane-gateway") # One specific node
get_blocked_nodes() # What is broken?
get_edges() # Communication flow
Node Status — Data Sources
| 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) |
Environment Variables
| Variable | Default | Description |
|---|---|---|
COGNOS_BASE_URL |
http://127.0.0.1:8788 |
TrustPlane gateway URL |
COGNOS_API_KEY |
(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 count
License
MIT — Base76 Research Lab
Установка Conductor Graph Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/base76-research-lab/conductor-graph-mcpFAQ
Conductor Graph Server MCP бесплатный?
Да, Conductor Graph Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Conductor Graph Server?
Нет, Conductor Graph Server работает без API-ключей и переменных окружения.
Conductor Graph Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Conductor Graph Server в Claude Desktop, Claude Code или Cursor?
Открой Conductor Graph Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Conductor Graph Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
