Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOARD_IDNoOptional: Board ID to enable Board Focus Mode (e.g., 14). When set, operations are scoped to this board only and board manipulation tools are disabled.
WORDPRESS_URLYesThe URL of your WordPress site (e.g., https://your-site.local)
ENABLE_DELETESNoMaster switch to enable delete operations (default: false)false
WORDPRESS_USERNAMEYesYour WordPress username for authentication
ALLOWED_DELETE_TYPESNoComma-separated list of allowed delete types: board,task,label (default: none)
WORDPRESS_APP_PASSWORDYesYour WordPress Application Password for secure authentication
REQUIRE_DELETE_CONFIRMATIONNoRequire confirmation parameter for delete operations (default: true)true

Tools

Functions exposed to the LLM to take actions

NameDescription
debug_test

Test if MCP server is working

get_board

Get details of a specific board

create_stage

Create a new stage in a board

list_tasks

List tasks in a board

get_task

Get details of a specific task including comments and attachments

create_task

Create a new task

update_task

Update an existing task

change_task_status

Change the status/stage of a task

delete_task

Delete a task permanently

add_comment

Add a comment to a task

add_label

Add a label to a task

remove_label

Remove a label from a task

edit_label

Edit a label's title and colors

create_label

Create a new label on a board

delete_label

Delete a label from a board permanently

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/danieliser/fluent-boards-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server