obc-mesh-platform

openbiocure/obc-mesh-platform
★ 1 stars Python AI/LLM Updated today
Agent mesh platform — monorepo for worker, lib, MCP server, hooks, and memory
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": {
    "obc-mesh-platform": {
      "command": "uvx",
      "args": [
        "obc-mesh-platform"
      ]
    }
  }
}

Or install with pip: pip install obc-mesh-platform