Loading MCP server directory, please wait...
Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.
npx @getmcp/cli add io.github.orholam/kanban-aiRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationSupabase access token for the signed-in Kanban AI user. Format: Bearer <access_token>. Obtain from the in-app Connect page (/connect) or GET /api/mcp-setup.
X-MCP-API-KeyShared deployment secret when MCP_API_SECRET is configured on the host (production uses this). Obtain from the in-app Connect page or GET /api/mcp-setup.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.orholam/kanban-ai": {
"url": "https://kanbanai.dev/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "",
"X-Supabase-Access-Token": "",
"X-MCP-API-Key": ""
}
}
}
}