Skip to content
Windsurf

planka for Windsurf

io.github.gogogadgetbytes/planka

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

client:Windsurf transport:stdio runtime:npm

Install planka in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "planka": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ],
      "env": {
        "PLANKA_BASE_URL": "<PLANKA_BASE_URL>",
        "PLANKA_AGENT_EMAIL": "<PLANKA_AGENT_EMAIL>",
        "PLANKA_AGENT_PASSWORD": "<PLANKA_AGENT_PASSWORD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

planka in other clients