orcho-mcp

symphos-ai/orcho-mcp
★ 3 stars Python Code/Dev Tools Updated today
MCP server exposing Orcho workflows to MCP-compatible clients
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install orcho-mcp

README Excerpt

Exposes orcho's runtime to MCP-aware clients (Claude Code, Cursor, Zed, and other MCP-speaking tools) over stdio. It lets clients drive Orcho as a production harness and control plane for agentic software delivery: act, observe, decide, inspect, and resume without raw log scraping. 📖 **Documentation:** [docs.orcho.dev](https://docs.orcho.dev)

Tools (4)

orcho_run_difforcho_run_evidenceorcho_run_metricsorcho_run_status