Skip to main content
Glama

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

Tools

Functions exposed to the LLM to take actions

NameDescription
sprint_new

Start a sprint with explicit git_dir and a worktree-scoped, uncommitted data_dir; returns orientation.

sprint_resumeB

Resume an existing sprint by binding this MCP session to an existing git_dir and data_dir without creating a sprint.

sprint_detachB

Detach this MCP session from its current Sprinty binding and stop the dashboard.

sprint_list

List existing sprint ledgers in a data_dir, or the current binding when already attached.

sprint_close

Close the sprint after a programmatic re-check of all gates.

sprint_archive

Archive the sprint with a recovery reason, bypassing normal close gates.

overviewB

Compact sprint overview: title, details, notes, artifacts, and subsprint counts.

nextC

Compact work window for choosing the next item.

subsprint_new

Create a subsprint (description, goals, gates).

subsprint_get

Read one subsprint with compact item rows.

subsprint_list

List subsprints with compact rows.

item_add

Add an atomic item (bounded title, bounded description, code locations, gates — all required).

item_get

Read one item with full untruncated detail.

item_updateB

Update item metadata: note, title, description, high_priority, and/or replacement dependency ids.

item_doneC

Resolve an item as completed with commit id + gate results.

item_split

Resolve an item as split, creating a seeded subsprint atomically.

item_deprecate

Resolve an item as deprecated with a reason.

note_add

Add a note to a specific item id. Notes are not substitutes for item_add(); create items for trackable work.

note_getC

Read notes attached to an item id.

note_list

List notes for an item as compact rows.

note_update

Update a note by note id.

artifact_addC

Attach a file path to the sprint, optionally related to item ids.

artifact_get

Read one artifact by id.

artifact_list

List active sprint artifacts as compact rows.

artifact_update

Update an artifact by id.

searchA

Regex search over sprint text with character context around each match.

changelogB

Render the sprint changelog as Markdown with change-map and coverage tables.

dashboard_infoA

Return the current dashboard URL and port without starting or restarting it.

dashboard_restart

Restart the follow-along dashboard and return its URL and port.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
how-to-run-a-sprint
using-sprinty

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/ebursztein/sprinty'

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