← Back to Plugins
MCP Server MCP

io.github.base76-research-lab/conductor-graph-mcp

github By github 👁 1 views ▲ 0 votes

Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...