forbin-mcp

chris-colinsky/forbin-mcp
★ 1 stars Python 🤖 AI/LLM Updated today
Interactive CLI for testing remote MCP (Model Context Protocol) servers. Features automatic wake-up for suspended services, cold-start resilient connections, and an interactive tool browser. Built for developers building agentic workflows.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install forbin-mcp

README Excerpt

<p> <img src="https://raw.githubusercontent.com/chris-colinsky/forbin-mcp/main/img/forbin_avatar.jpg" alt="Forbin Logo" width="200"> </p> > *"This is the voice of world control..."* > Inspired by **Colossus: The Forbin Project**, where two computers learn to communicate - just like MCP enables systems to talk to each other.

Topics

agentic-workflowsai-agentsclideveloper-toolsllm-toolsmcpmodel-context-protocolpythontesting-tools