ddREST
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The interface to bind. The Docker image overrides this to 0.0.0.0, which is reachable from outside the container. | 127.0.0.1 |
| PGID | No | Group ID to drop to after fixing ownership of /data in Docker. | 1000 |
| PUID | No | User ID to drop to after fixing ownership of /data in Docker. | 1000 |
| SESSION_KEYS | Yes | Required. The key used to seal login tickets. In Docker, can be generated with `openssl rand -base64 32`. Container exits with instructions if unset. | |
| COOKIE_SECURE | No | Whether the session cookie requires HTTPS. Set to false for LAN-only HTTP. | true |
| SESSION_DB_PATH | No | Path to the SQLite database file where sessions are stored. | ./data/sessions.db |
| SESSION_MAX_AGE_SECONDS | No | Hard end of a session, regardless of renewals. The only thing that forces a new browser login. | 2592000 |
| SESSION_IDLE_TIMEOUT_SECONDS | No | Drop a session unused for this long. Must be shorter than the cap or it can never fire. | 1209600 |
| SESSION_REFRESH_SKEW_SECONDS | No | Renew once the access token is this close to expiring. | 300 |
| SESSION_SWEEP_INTERVAL_SECONDS | No | How often expired rows are deleted. | 3600 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/LarveyOfficial/ddREST'
If you have feedback or need assistance with the MCP directory API, please join our Discord server