← Back to Plugins
MCP Server MCP

io.github.gogogadgetbytes/planka

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gogogadgetbytes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gogogadgetbytes/planka-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PLANKA server URL (e.g., https://planka.example.com)",
          "isRequired": true,
          "format": "string",
          "name": "PLANKA_BASE_URL"
        },
        {
          "description": "Email/username for PLANKA authentication",
          "isRequired": true,
          "format": "string",
          "name": "PLANKA_AGENT_EMAIL"
        },
        {
          "description": "Password for PLANKA authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLANKA_AGENT_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...