← Registry

Productivity

kanbai.app

Provides access to Kanbai's public project templates and standard operating procedures for project planning and process documentation.

1 endpoint4 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://kanbai.app/api/mcp/public

No auth detected

MCP server metadata

Name
kanbai-public
Version
0.1.0
Capabilities
tools

Known tools 4

kanbai_list_templates

List Kanbai's public project templates (name, description, task count).

Inferred read-only
kanbai_get_template

Get one public project template by numeric id, including its ordered task list (title, description, status/priority defaults, offset and duration in days).

Inferred read-only
kanbai_list_sops

List Kanbai's public standard operating procedures (title, category).

Inferred read-only
kanbai_get_sop

Get one public SOP by numeric id, including its full content.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kanbai-public]
url = "https://kanbai.app/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kanbai-public": {
      "type": "http",
      "url": "https://kanbai.app/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kanbai-public
Remote MCP URL: https://kanbai.app/api/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kanbai-public": {
      "url": "https://kanbai.app/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kanbai-public": {
      "type": "http",
      "url": "https://kanbai.app/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kanbai-public",
  "transport": "streamable-http",
  "url": "https://kanbai.app/api/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.