Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SERVER_PORTNoThe port the MCP server will run on3001
TASKBOARD_API_URLYesThe URL of the Taskboard APIhttp://localhost:3000/api
TASKBOARD_AUTH_TOKENYesYour Taskboard authentication token used for API access

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workspaces

List all workspaces that the user has access to

list_boards

List all boards in a specific workspace

list_lists

List all columns/lists in a specific board

list_cards

List all cards/issues in a specific list

list_all_cards_in_board

List all cards/issues across all lists in a specific board

search_cards

Search for cards/issues across all accessible boards by title or description

view_card

Get detailed information about a specific card/issue

update_card_description

Update the description of a card/issue

move_card

Move a card to a different list/column

update_card_title

Update the title of a card/issue

create_card

Create a new card/issue in a specific list

query_rag

Ask a question using the RAG knowledge base created from GitLab wikis, issues, and merge requests

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/aditya020402/mcp'

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