Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_MODELNoGroq model namellama3-8b-8192
OLLAMA_URLNoOllama API URL (local fallback)http://127.0.0.1:11434
GROQ_API_KEYNoGroq API key for cloud LLM (empty = use local Ollama)
SIDEKICK_PORTNoMCP server port4097
SIDEKICK_API_KEYNoAPI key for MCP server auth
SIDEKICK_DATA_DIRNoData directory for logs, KV, conversations./data
SIDEKICK_AGENT_PORTNoAgent bridge port4099
SIDEKICK_ALLOWED_IPSNoComma-separated IP whitelist for MCP server (empty = allow all)
SIDEKICK_DASHBOARD_PASSNoDashboard basic auth password (empty = disabled)
SIDEKICK_DASHBOARD_PORTNoDashboard port4098
SIDEKICK_DASHBOARD_USERNoDashboard basic auth username (empty = disabled)
SIDEKICK_MAX_ITERATIONSNoMax agent loop iterations (safety limit)15

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/geoffmcc/sidekick'

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