Multi-Agent-Pipeline-Your-Own-MCP-Server

Roy154960/Multi-Agent-Pipeline-Your-Own-MCP-Server
★ 0 stars Python AI/LLM Updated today
An MCP server.
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": {
    "multi-agent-pipeline": {
      "command": "uvx",
      "args": [
        "multi-agent-pipeline-your-own-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install multi-agent-pipeline-your-own-mcp-server