Skip to main content
Glama
FURYER

workspace-board-mcp

by FURYER

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
board_getA

Load the workspace kanban board from .webcli/board.json. Optional card_id (e.g. T-12 or #T-12) returns one card.

board_add_cardA

Create a card (id T-N). Defaults to first column (Inbox) if column_id omitted.

board_update_cardA

Update title and/or body of a card (T-N / #T-N).

board_move_cardB

Move a card to another column (and optional order).

board_delete_cardB

Delete a card by id (T-N / #T-N).

board_add_columnB

Add a kanban column.

board_rename_columnC

Rename a column by id.

board_delete_columnA

Delete a column. Cards move to another column. Cannot delete the last column.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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