Skip to main content
Glama
alexisinwork

Task Board MCP Server

by alexisinwork

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_tasksA

Find tasks whose title or tags contain the query. Use this before creating a task to avoid duplicates. Returns a note describing what was searched, including when nothing matched.

create_taskA

Add a task to the board. Search first — this does not detect duplicates.

set_statusA

Move a task to one of: todo, doing, done.

Prompts

Interactive templates invoked by user choice

NameDescription
standupSummarise the board the way you would report it in a standup.
triagePropose what to work on next, with reasoning.

Resources

Contextual data attached and managed by the client

NameDescription
boardEvery task with its status and tags. Read this for current state.

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/alexisinwork/MCP'

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