MCP Tools - iwamot/collmbo GitHub Wiki

Usage

  1. Run your MCP server(s) using streamable HTTP transport (not SSE or stdio).
  2. Set the server URL(s) in the MCP_SERVER_URL environment variable.
    • Single server: plain URL
    • Multiple servers: pipe-separated (url1|url2|...)
  3. Run Collmbo.
  4. Send a message in Slack that triggers tool execution.
$ cat env
SLACK_APP_TOKEN=xapp-1-...
SLACK_BOT_TOKEN=xoxb-...
OPENAI_API_KEY=sk-...
LITELLM_MODEL=gpt-4o
MCP_SERVER_URL=https://example.com/mcp|https://example.org/servers/A/mcp|https://example.org/servers/B/mcp

$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest-slim