Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
claude mcp add board --transport http https://runlane.run/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"board": {
"url": "https://runlane.run/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"board": {
"serverUrl": "https://runlane.run/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"board": {
"type": "http",
"url": "https://runlane.run/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"board": {
"url": "https://runlane.run/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"board": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://runlane.run/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://runlane.run/api/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/run.runlane--board/reviews or the review_server meta-tool.
POST /mcp