Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_KEYNoYour Google API key for Gemini features
OPENAI_API_KEYNoYour OpenAI API key for ChatGPT features
MCP_TOOLZ_MODELNoOpenAI model to usegpt-5
DEEPSEEK_API_KEYNoYour DeepSeek API key for DeepSeek features
ANTHROPIC_API_KEYNoYour Anthropic API key for Claude features
MCP_TOOLZ_DB_PATHNoShared database location~/.mcp-toolz/contexts.db
MCP_TOOLZ_CLAUDE_MODELNoClaude model to useclaude-sonnet-4-5-20250929
MCP_TOOLZ_GEMINI_MODELNoGemini model to usegemini-2.0-flash-thinking-exp-01-21
MCP_TOOLZ_DEEPSEEK_MODELNoDeepSeek model to usedeepseek-chat

Tools

Functions exposed to the LLM to take actions

NameDescription
context_search

Search Claude Code contexts by query string or tags

context_get

Get full details of a specific context by ID

context_list

List recent Claude Code contexts

context_delete

Delete a specific context by ID

context_save

Save a new context entry for the current project

todo_search

Search todo snapshots by content or context description

todo_get

Get full details of a specific todo snapshot by ID

todo_list

List recent todo snapshots

todo_save

Save a new todo snapshot

todo_restore

Get todo snapshot for restoring (active snapshot or specific ID)

todo_delete

Delete a specific todo snapshot by ID

ask_chatgpt

Ask ChatGPT a question about a context entry, or get a general second opinion

ask_claude

Ask Claude a question about a context entry, or get a general second opinion

ask_gemini

Ask Google Gemini a question about a context entry, or get a general second opinion

ask_deepseek

Ask DeepSeek a question about a context entry, or get a general second opinion

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Recent Project ContextsRecent contexts for current project
Project SessionsList of recent Claude Code sessions for current project
Recent Todo SnapshotsLast 20 todo snapshots across all projects
Active Todo SnapshotActive todo snapshot for current project

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/taylorleese/mcp-toolz'

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