Skip to main content
Glama
taylorleese

mcp-toolz

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

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
context_searchC

Search Claude Code contexts by query string or tags

context_getB

Get full details of a specific context by ID

context_listB

List recent Claude Code contexts

context_deleteC

Delete a specific context by ID

context_saveC

Save a new context entry for the current project

todo_searchB

Search todo snapshots by content or context description

todo_getB

Get full details of a specific todo snapshot by ID

todo_listC

List recent todo snapshots

todo_saveC

Save a new todo snapshot

todo_restoreC

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

todo_deleteC

Delete a specific todo snapshot by ID

ask_chatgptB

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

ask_claudeB

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

ask_geminiC

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

ask_deepseekB

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