← Back to Plugins
MCP Server MCP

Kanban AI

github By github 👁 1 views ▲ 0 votes

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://kanbanai.dev/api/mcp",
      "headers": [
        {
          "description": "Supabase 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.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
          "name": "Authorization"
        },
        {
          "description": "Alternative to Authorization when your MCP client cannot send a Bearer header. Same Supabase access token value.",
          "isSecret": true,
          "name": "X-Supabase-Access-Token"
        },
        {
          "description": "Shared 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.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-MCP-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...