Productivity
kanbai.app
Provides access to Kanbai's public project templates and standard operating procedures for project planning and process documentation.
ENDPOINT 1
https://kanbai.app/api/mcp/public
MCP server metadata
- Name
- kanbai-public
- Version
- 0.1.0
Known tools 4
kanbai_list_templatesList Kanbai's public project templates (name, description, task count).
Inferred read-onlykanbai_get_templateGet one public project template by numeric id, including its ordered task list (title, description, status/priority defaults, offset and duration in days).
Inferred read-onlykanbai_list_sopsList Kanbai's public standard operating procedures (title, category).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.