workspace-board-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@workspace-board-mcpadd a card to Inbox for 'fix login bug'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
workspace-board-mcp
MCP (stdio) server for workspace kanban boards. Reads/writes the same file as Web CLI:
<workspace>/.webcli/board.json
Tools
Tool | Purpose |
| Full board summary or one card ( |
| Create card → |
| Title / body |
| Change column (+ optional order) |
| Remove card |
| Columns |
Every tool requires workspace: absolute path to the project root.
Related MCP server: kanban-lite
Setup
cd C:\Users\furye\Documents\GitHub\workspace-board-mcp
npm install
npm run buildWeb CLI (~/.webcli/mcp.json)
{
"mcpServers": {
"workspace-board": {
"command": "node",
"args": ["C:/Users/furye/Documents/GitHub/workspace-board-mcp/dist/index.js"]
}
}
}(Merge with existing servers.) Restart Web CLI / promote so agents reload MCP.
Cursor IDE
Same entry in Cursor MCP settings / mcp.json.
Schema
Compatible with Web CLI Board UI (version: 1, default columns Inbox / In progress / Done).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal MCP server that enables AI assistants to manage a kanban issue board. It provides tools for listing, creating, updating, and deleting issues with support for both local development and team deployments.Last updated10
- Alicense-qualityBmaintenanceMCP server for AI agents to manage a lightweight kanban board stored as markdown files, enabling task creation, updates, and column movements.Last updated2MIT
- AlicenseAqualityDmaintenanceAn MCP server that connects AI assistants to Kanban Tool for reading and managing boards, tasks, and workflows via natural language.Last updated26MIT
- Alicense-qualityAmaintenanceMCP server that enables AI agents to manage tasks, boards, lists, and comments on a Kanban-style project management system through JSON-RPC methods.Last updated212AGPL 3.0
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for interacting with the Supabase platform
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FURYER/workspace-board-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server