AgentHubAgentHub

CortexPilot Read-only MCP

MCP ServerMCP Registry官方收录deprecated

io.github.xiaojiou176-open/cortexpilot-readonly · v0.1.0a4

Read-only MCP server for CortexPilot workflows, queue state, proof, replay, and incident summaries.

概览

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

安装

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

{
  "mcpServers": {
    "cortexpilot-readonly": {
      "command": "uvx",
      "args": [
        "cortexpilot-orchestrator"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.xiaojiou176-open/cortexpilot-readonly",
  "type": "mcp-server",
  "version": "0.1.0a4",
  "displayName": "CortexPilot Read-only MCP",
  "description": "Read-only MCP server for CortexPilot workflows, queue state, proof, replay, and incident summaries.",
  "repository": {
    "url": "https://github.com/xiaojiou176-open/CortexPilot-public",
    "source": "github"
  },
  "homepage": "https://xiaojiou176-open.github.io/CortexPilot-public/mcp/",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "cortexpilot-orchestrator",
        "version": "0.1.0a4",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.xiaojiou176-open/cortexpilot-readonly",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.xiaojiou176-open%2Fcortexpilot-readonly/versions/latest",
    "isOfficial": true,
    "status": "deprecated"
  }
}
CortexPilot Read-only MCP — MCP Server 安装与配置 · AgentHub