Skip to main content
Glama

Focalboard MCP Server

by gmjuhasz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FOCALBOARD_HOSTYesThe URL of your Focalboard instance (e.g., https://focalboard.example.com)
FOCALBOARD_PASSWORDYesYour Focalboard password
FOCALBOARD_USERNAMEYesYour Focalboard username or email

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_boards

List all boards for a team. Returns an array of boards with their IDs, titles, and properties.

get_board

Get detailed information about a specific board, including all its columns and property definitions.

search_boards

Search for boards by name or keyword within a team.

create_card

Create a new card (task) in a board. You can set the title, properties, and column placement.

get_cards

List all cards (tasks) in a board with pagination support.

get_card

Get detailed information about a specific card by its ID.

update_card

Update a card's properties, including moving it to different columns. Accepts human-readable property and column names.

delete_card

Delete a card (task) from a board permanently.

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/gmjuhasz/focalboard-mcp-server'

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