Skip to main content
Glama
fmilioni
by fmilioni

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_PORTNoPort for the API service4400
AB_API_URLNoAPI URL used by helper scripts to attach commits and diffshttp://127.0.0.1:4400
POSTGRES_DBNoPostgreSQL database nameagents_board
MCP_HTTP_PORTNoPort for the MCP Streamable HTTP server4402
POSTGRES_PORTNoHost port for PostgreSQL (in-container is 5432)5544
POSTGRES_USERNoPostgreSQL useragents_board
MCP_PUBLIC_URLNoPublic URL clients use to reach the MCP serverhttp://127.0.0.1:4402
BETTER_AUTH_URLNoPublic URL of the API where better-auth is mounted.
GITHUB_CLIENT_IDNoGitHub OAuth client ID to enable GitHub sign-in.
POSTGRES_PASSWORDNoPostgreSQL passwordagents_board
AUTH_COOKIE_DOMAINNoParent domain to share the session cookie across subdomains (remote only).
BETTER_AUTH_SECRETNoSecret used to sign sessions and tokens; required in production.
NUXT_PUBLIC_API_URLNoPublic URL of the API for the web UIhttp://127.0.0.1:4400
AUTH_TRUSTED_ORIGINSNoOrigins allowed to call auth (CSRF) and the API's CORS allow-list.
GITHUB_CLIENT_SECRETNoGitHub OAuth client secret to enable GitHub sign-in.
MCP_ACCESS_TOKEN_TTLNoLifetime in seconds of MCP OAuth access tokens (default 7 days).604800
MCP_REFRESH_TOKEN_TTLNoLifetime in seconds of MCP OAuth refresh tokens (default 30 days).2592000

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/fmilioni/agents-board'

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