Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_MODELNoDefault model to use if not specified in the request.gpt-5.3-codex
PRESETS_DIRNoDirectory where agent presets are stored.~/.agents-mcp/presets
AGENT_API_KEYNoAPI key for the endpoint.
AGENT_API_BASENoBase URL for the OpenAI-compatible API.http://127.0.0.1:3030/v1
AGENT_TIMEOUT_MSNoRequest timeout in milliseconds.300000
AGENTS_MCP_DATA_DIRNoDirectory for the SQLite database (agents-mcp.db).~/.agents-mcp
AGENT_EMBEDDING_KEYNoAPI key for the embedding endpoint. Falls back to AGENT_API_KEY.
AGENT_CONTEXT_WINDOWNoToken budget for context window management.128000
AGENT_EMBEDDING_BASENoBase URL for the embedding endpoint (independent from AGENT_API_BASE).https://api.openai.com/v1
AGENT_MAX_CONCURRENTNoMaximum number of concurrent in-flight API requests.10
AGENT_EMBEDDING_MODELNoEmbedding model for semantic vector memory.text-embedding-3-small
AGENT_ALLOW_CUSTOM_BASE_URLNoSet to false to prevent callers from overriding the base URL (SSRF guard).true

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/DedInc/agents-mcp'

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