MCP Server
MCP
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.
Install
uvx conductor-graph-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "conductor-graph-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the TrustPlane/CognOS gateway (default: http://127.0.0.1:8788)",
"format": "string",
"name": "COGNOS_BASE_URL"
},
{
"description": "API key for the CognOS gateway (optional, leave empty if not required)",
"format": "string",
"isSecret": true,
"name": "COGNOS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment