dibs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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