MCP Tools - iwamot/collmbo GitHub Wiki
Usage
- Run your MCP server(s) using streamable HTTP transport (not SSE or stdio).
- Create your own
config/mcp.yaml
. - Run Collmbo.
- Send a message in Slack that triggers tool execution.
- 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.