Backend-MCP-Kisum (Go / Workers MCP)
Related documentation: AI Addon Backend · Chat + MCP (Node)
Runtime status
Section titled “Runtime status”Backend-MCP-Kisum is implemented.
Purpose
Section titled “Purpose”This repo is the lightweight Go/TypeScript-adjacent MCP server deployed on Cloudflare Workers for MCP-compatible clients.
It is separate from Chat-Kisum-MCP-Node.
Implemented now
Section titled “Implemented now”- Cloudflare Worker entrypoint
- WebSocket-exposed MCP surface
- tools for:
- artist lookup
- BandsInTown events
- Google search
- prediction webhook call
- current date helper
Important boundary
Section titled “Important boundary”- this is MCP tooling, not platform identity/commercial/master-data ownership
- it should not be confused with the Node chat-agent stack
Not implemented as part of this repo
Section titled “Not implemented as part of this repo”- full LangChain chat orchestration
- optional Postgres thread memory
- the broader multi-service Compose topology that belongs to
Chat-Kisum-MCP-Node