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
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dibs_checkA

Check whether files are claimed by another agent. FREE means safe to edit; HELD tells you who has them and until when.

dibs_claimA

Claim files or glob patterns before editing them, so parallel agents don't collide. Returns GRANTED with an expiry, or DENIED with who holds the files, why, and until when. Re-claiming the same patterns renews your lease.

dibs_lesson_addA

Save a lesson for future agents as a markdown file under .dibs/lessons/ (committed with the repo, shared via git). Record gotchas, conventions, and hard-won fixes — not routine work logs.

dibs_lesson_searchA

Search lessons recorded by previous agents before working in unfamiliar territory. Returns ranked matches with snippets.

dibs_noteA

Broadcast a short note to every agent working on this repo. Use it for handoffs and heads-ups that affect others.

dibs_notesA

Read notes from other agents (marks them read). Check at the start of a session and before starting new work.

dibs_releaseA

Release your claims when you finish working on an area, so other agents can proceed. Leases also expire on their own.

dibs_statusA

See the whole picture: active agents on this repo, every live claim with expiry, and your unread note count. Call this at the start of a session.

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/polymatx/dibs'

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