This is the official Homebrew tap for Forbin, an interactive CLI tool for testing remote MCP (Model Context Protocol) servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"homebrew-forbin": {
"command": "npx",
"args": [
"-y",
"chris-colinsky/homebrew-forbin"
]
}
}
}
Run in terminal:
claude mcp add homebrew-forbin npx -y chris-colinsky/homebrew-forbin
Add to .cursor/mcp.json:
{
"mcpServers": {
"homebrew-forbin": {
"command": "npx",
"args": [
"-y",
"chris-colinsky/homebrew-forbin"
]
}
}
}