@cellar-door/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CELLAR_DOOR_SERVER_POLICY | No | Server-side admission policy override. Values: OPEN_DOOR, STRICT, EMERGENCY_ONLY. If set, any LLM-provided admissionPolicy parameter is ignored. | STRICT |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_identityA | Generate a new Ed25519 DID keypair for signing EXIT markers |
| quick_exitA | One-shot create and sign a departure marker. Generates a new identity if none exists. |
| create_exit_markerB | Create and sign a departure marker. Uses session identity or generates a new one. |
| verify_exit_markerB | Verify a signed EXIT marker from its JSON representation |
| counter_sign_exit_markerB | Add a counter-signature to a signed EXIT marker, attesting agreement with the departure record |
| verify_and_admitA | Verify an EXIT marker, evaluate an admission policy, and create a signed arrival marker |
| evaluate_admissionA | Check whether an EXIT marker meets an admission policy without creating an arrival |
| verify_transferB | Verify a complete EXIT→ENTRY transfer: check both markers and continuity |
| list_admission_policiesA | List available admission policy presets and their configurations |
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/CellarDoorExits/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server