MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

This is the official Homebrew tap for Forbin, an interactive CLI tool for testing remote MCP (Model Context Protocol) servers.

Created 2/5/2026
Updated about 9 hours ago
Repository documentation and setup instructions

Homebrew Tap for Forbin

This is the official Homebrew tap for Forbin, an interactive CLI tool for testing remote MCP (Model Context Protocol) servers.

Installation

brew tap chris-colinsky/forbin
brew install forbin

Usage

After installation, configure your environment:

# Create config directory
mkdir -p ~/.config/forbin

# Create .env file with your MCP server details
cat > ~/.config/forbin/.env << EOF
MCP_SERVER_URL=https://your-server.fly.dev/mcp
MCP_TOKEN=your-secret-token
MCP_HEALTH_URL=https://your-server.fly.dev/health
EOF

Run Forbin:

# Interactive mode
forbin

# Test connectivity only
forbin --test

# Help
forbin --help

Updating

brew update
brew upgrade forbin

Uninstalling

brew uninstall forbin
brew untap chris-colinsky/forbin

What is Forbin?

Forbin is an interactive CLI tool for testing remote MCP (Model Context Protocol) servers. Named after Dr. Charles Forbin from "Colossus: The Forbin Project" (1970), it's designed for developers building agentic workflows and testing FastAPI/FastMCP-based remote tools.

Features

  • Interactive tool browser with parameter input
  • Automatic server wake-up for suspended services (Fly.io, etc.)
  • Cold-start resilient connection logic
  • Type-safe parameter parsing
  • Connectivity testing mode

For more information, visit the main repository.

License

MIT License - see LICENSE for details.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/chris-colinsky/homebrew-forbin
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "chris-colinsky-homebrew-forbin": { "command": "git", "args": [ "clone", "https://github.com/chris-colinsky/homebrew-forbin" ] } } }