AgentHubAgentHub

conductor-graph-mcp

MCP ServerMCP Registry官方收录

io.github.base76-research-lab/conductor-graph-mcp · v0.1.1

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

概览

conductor-graph-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "conductor-graph-mcp": {
      "command": "uvx",
      "args": [
        "conductor-graph-mcp"
      ]
    }
  }
}

环境变量

COGNOS_BASE_URL可选

URL of the TrustPlane/CognOS gateway (default: http://127.0.0.1:8788)

COGNOS_API_KEY可选secret

API key for the CognOS gateway (optional, leave empty if not required)

相关资源

统一 Manifest

{
  "id": "io.github.base76-research-lab/conductor-graph-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "conductor-graph-mcp",
  "description": "Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.",
  "repository": {
    "url": "https://github.com/base76-research-lab/conductor-graph-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "conductor-graph-mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "COGNOS_BASE_URL",
            "description": "URL of the TrustPlane/CognOS gateway (default: http://127.0.0.1:8788)"
          },
          {
            "name": "COGNOS_API_KEY",
            "description": "API key for the CognOS gateway (optional, leave empty if not required)",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.base76-research-lab/conductor-graph-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.base76-research-lab%2Fconductor-graph-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
conductor-graph-mcp — MCP Server 安装与配置 · AgentHub