MCP Server
MCP
io.github.gogogadgetbytes/planka
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
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
By
Comments
Sign in to leave a comment