MCP Tools - iwamot/collmbo GitHub Wiki

Usage

  1. Run your MCP server(s) using streamable HTTP transport (not SSE or stdio).
  2. Create your own config/mcp.yaml.
  3. Run Collmbo.
  4. Send a message in Slack that triggers tool execution.
  5. Check the Home tab in Slack to view configured MCP servers.

Try this Feature

$ cat config/mcp.yaml
servers:
  - name: AWS Knowledge
    url: https://knowledge-mcp.global.api.aws
    auth_type: none

$ cat env
SLACK_APP_TOKEN=xapp-1-...
SLACK_BOT_TOKEN=xoxb-...
OPENAI_API_KEY=sk-...
LITELLM_MODEL=gpt-4o

$ docker run -it --env-file ./env -v ./config:/app/config ghcr.io/iwamot/collmbo:latest

Note

Currently only supports MCP servers without authentication. OAuth support is planned for future releases.