Posts
Connect Kollabe to Claude Desktop in 60 seconds: the MCP setup guide

Kelly Lewandowski
Last updated 27/04/20266 min read
Before you start
The 60-second setup
Drop the server URL into your client
Add https://kollabe.com/api/mcp to your AI client's MCP config. Snippets for Claude Desktop, Cursor, Zed, and ChatGPT below. Approve via OAuth
Restart the client. It opens a browser tab pointing at Kollabe SSO. Sign in. The client receives a token automatically. No copy-paste. Pick your organization on the consent screen
If you belong to several Kollabe orgs, you'll see them on the consent screen. Pick the one the assistant should act in. Tokens are scoped to that org and act as you.
Config snippets by client
Claude Desktop
{
"mcpServers": {
"kollabe": {
"url": "https://kollabe.com/api/mcp",
"transport": "http"
}
}
}
Cursor
{
"mcpServers": {
"kollabe": {
"url": "https://kollabe.com/api/mcp",
"transport": "http"
}
}
}
Zed
{
"context_servers": {
"kollabe": {
"command": {
"url": "https://kollabe.com/api/mcp",
"transport": "http"
}
}
}
}
ChatGPT (and other connector-style clients)
Claude Code (CLI)
claude mcp add --transport http kollabe https://kollabe.com/api/mcp
What the consent screen actually does

What lights up: 46 tools across your stack
🎲Planning poker
🔁Retrospectives
☀️Standups
✅Action items
🧭Identity & spaces
🔤Naming convention
First prompts to try
- "Use Kollabe to tell me what spaces I'm in and which retros are open." Read-only smoke test, hits whoami, space_list, retro_list.
- "Look at my GitHub PRs from yesterday and draft my Kollabe standup for today." Combines your IDE/git MCP servers with Kollabe's standup_submit_answers.
- "Pull the next 10 unestimated tickets from Linear and create a planning-poker room called 'Sprint 47' with each as a round." Hits planning_poker_create_room and planning_poker_create_rounds_bulk.