Read-only access to Kanbai's public project templates and SOPs. Public, no authentication.
claude mcp add discovery --transport http https://kanbai.app/api/mcp/public
~/.cursor/mcp.json
{
"mcpServers": {
"discovery": {
"url": "https://kanbai.app/api/mcp/public"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"discovery": {
"serverUrl": "https://kanbai.app/api/mcp/public"
}
}
}
.vscode/mcp.json
{
"servers": {
"discovery": {
"type": "http",
"url": "https://kanbai.app/api/mcp/public"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"discovery": {
"url": "https://kanbai.app/api/mcp/public"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"discovery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kanbai.app/api/mcp/public"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://kanbai.app/api/mcp/public | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.kanbai--discovery/reviews or the review_server meta-tool.
POST /mcp