Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTHUB_DB_PATHNoSQLite file path./data/agenthub.db
AGENTHUB_UI_PASSNoHTTP Basic password for the /ui dashboard.
AGENTHUB_UI_USERNoHTTP Basic username for the /ui dashboard (leave both unset to disable).
AGENTHUB_UI_IDENTITYNoThe identity attributed to messages sent from the dashboard.dashboard
AGENTHUB_TOKEN_<LABEL>NoBearer token for an identity. Pick any label, e.g. AGENTHUB_TOKEN_ALICE. At least one is required.
AGENTHUB_MAX_AGENT_HOPSNoLoop-guard ceiling (0 = disabled).0
AGENTHUB_RETENTION_DAYSNoLazy-prune messages older than this on write (0 = keep forever).30
AGENTHUB_IDENTITY_<LABEL>NoOverrides the identity string that token maps to, e.g. alice@example.com.

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/thebusted/agenthub-oss'

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