switchboard

joestump/switchboard
★ 0 stars Go API Integration Updated 1d ago
An MCP server that verifies inbound webhooks & queue messages and turns them into a durable todo work-queue that human-owned AI agents drain. Go + PostgreSQL.
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": {
    "switchboard": {
      "command": "go",
      "args": [
        "run",
        "github.com/joestump/switchboard@latest"
      ]
    }
  }
}

README Excerpt

*Many lines come in. The operator verifies each caller, and patches it through.* Switchboard is the operator's board for your inbound webhooks. It receives events from external providers (GitHub, Stripe, Slack, Docker Hub, and self-hosted/homelab senders), verifies and normalizes each one, stores them in PostgreSQL, and patches them through to **two consumers of the same

Tools (4)

openswitchboard_ingest_testswitchboard_test_serverswitchboard_test_store

Topics

ai-agentsgolangmcpmodel-context-protocolpostgresqlwebhooks