Skip to main content
Glama
LarveyOfficial

ddREST

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe interface to bind. The Docker image overrides this to 0.0.0.0, which is reachable from outside the container.127.0.0.1
PGIDNoGroup ID to drop to after fixing ownership of /data in Docker.1000
PUIDNoUser ID to drop to after fixing ownership of /data in Docker.1000
SESSION_KEYSYesRequired. The key used to seal login tickets. In Docker, can be generated with `openssl rand -base64 32`. Container exits with instructions if unset.
COOKIE_SECURENoWhether the session cookie requires HTTPS. Set to false for LAN-only HTTP.true
SESSION_DB_PATHNoPath to the SQLite database file where sessions are stored../data/sessions.db
SESSION_MAX_AGE_SECONDSNoHard end of a session, regardless of renewals. The only thing that forces a new browser login.2592000
SESSION_IDLE_TIMEOUT_SECONDSNoDrop a session unused for this long. Must be shorter than the cap or it can never fire.1209600
SESSION_REFRESH_SKEW_SECONDSNoRenew once the access token is this close to expiring.300
SESSION_SWEEP_INTERVAL_SECONDSNoHow often expired rows are deleted.3600

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/LarveyOfficial/ddREST'

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