Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_BOARD_DBNoPath to the SQLite database file. Defaults to $XDG_DATA_HOME/project-board/board.sqlite3, or $HOME/.local/share/project-board/board.sqlite3 when XDG_DATA_HOME is unset.
PROJECT_BOARD_TOKENNoBearer token required when starting the HTTP server. Not needed for local stdio transport.
PROJECT_BOARD_PROJECTSNoComma-separated list of project IDs this server may access. Leave unset to allow all projects. An explicitly configured empty list fails startup.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
project_joinB

Join with explicit session identity and optional parent; return compact status with map recovery.

plan_publishA

Publish the coordinator's complete task plan using its expected revision.

plan_editB

Atomically add or update plan tasks using the coordinator's expected revision.

plan_ackA

Record the plan revision this session explicitly observed.

plan_readA

Read a complete plan revision, or use compare_to for differences without full maps.

work_claimA

Claim task ownership or record a delegated contribution with a revision check.

work_updateB

Atomically report progress, release work, or hand work to another session.

project_statusC

Read compact current work; full includes all current records and the task map.

work_historyA

Find recorded work and its history by task, session, path, branch, or commit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources