Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoAPI key for Gemini (required if using Gemini)
OPENAI_API_KEYNoAPI key for OpenAI (required if using OpenAI)
ANTHROPIC_API_KEYNoAPI key for Anthropic (required if using Anthropic models)
OPENROUTER_API_KEYNoAPI key for OpenRouter (required if using OpenRouter)
LEARNERS_MCP_DATA_DIRNoOverride the data directory (default: '~/.learners-mcp/')
LEARNERS_MCP_ROUTE_QANoRe-route a task to a different profile (e.g., 'fast')
LEARNERS_MCP_LLM_CONFIGNoPath to a custom llm.yaml configuration file
LEARNERS_MCP_ARTIFACT_DIRNoDirectory to write learner artifact Markdown mirror (default: './learners/<material-slug>/')
LEARNERS_MCP_MODEL_DEFAULTNoOverride the default model for a profile (e.g., 'gpt-4o-mini')
LEARNERS_MCP_PARAMS_DEFAULTNoOverride default params for a profile as JSON (e.g., '{"reasoning_effort":"low"}')
LEARNERS_MCP_ARTIFACT_MIRRORNoSet to 'off' to disable automatic Markdown writes (default: on)

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/arashbehmand/learners-mcp'

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