Vibecheck
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROJECT_BOARD_DB | No | Path 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_TOKEN | No | Bearer token required when starting the HTTP server. Not needed for local stdio transport. | |
| PROJECT_BOARD_PROJECTS | No | Comma-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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |