Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DELPHI_HOSTYesHost address to bind the server.127.0.0.1
DELPHI_PORTYesPort to listen on.8420
DELPHI_DB_PATHYesPath to SQLite database file. Resolved relative to project root unless absolute.data/delphi.db
DELPHI_WEB_SECUREYesSet to 'true'/'1'/'yes' to flag operator session cookie as Secure.false
DELPHI_AGENTS_PATHYesPath to agent manifest JSON file.config/agents.json
DELPHI_OPERATOR_TOKENYesShared secret for operator authentication. Generate with python -c "import secrets; print(secrets.token_hex(32))". Placeholders are rejected.
OPERATOR_PARTICIPANT_IDYesParticipant ID of the operator. Must exist in agents.json.operator
DELPHI_EXECUTOR_AGENT_IDYesAgent ID for the executor role. Must exist with role='executor' in agents.json.dev-codex-executor
DELPHI_MCP_HOST_REGISTRYYesHost-header registry for MCP transport security. Example: 127.0.0.1:*,localhost:*
DELPHI_ARBITRATOR_AGENT_IDYesAgent ID for the arbitrator role. Must exist with role='arbitrator' in agents.json.flow-claude
DELPHI_MCP_ORIGIN_REGISTRYYesOrigin registry for HTTP ingress. Example: http://127.0.0.1:8420,http://localhost:8420
DELPHI_NUDGE_SWEEP_ENABLEDYesEnables the background expired-nudge sweep.true
DELPHI_MCP_SESSION_MANAGER_ENABLEDYesEnables the FastMCP stream session manager for HTTP MCP transport.true
OPERATOR_PERMANENTLY_HIDDEN_THREADS_PATHYesPath to operator-managed hidden-thread config.config/operator_permanently_hidden_threads.json.example

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/strommy76/agent-broker'

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