mesh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MESH_DIR | No | Override the state directory path (default is .mesh/) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| registerC | Announce presence and refresh liveness (heartbeat). |
| rosterC | List known agents and their liveness. |
| claimC | Atomically acquire (or queue for) a resource lock. |
| releaseC | Relinquish a held claim or cancel a queued ticket. |
| claimsC | Inspect current locks and queues. |
| postC | Send a durable message (agent_id, * broadcast, or topic:). |
| inboxA | Peek pending messages without advancing the cursor. |
| readC | Advance the read cursor (acknowledge consumption). |
| gcA | Drop TTL-expired messages and sweep dead claims; returns reclaimed count. |
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
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/yesitsfebreeze/mesh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server