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
# shellcheck disable=SC2034,SC2148
# AI API Configuration
OPENAI_API_KEY=sk-your-openai-api-key-here
ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key-here
GOOGLE_API_KEY=your-google-api-key-here # For Gemini
DEEPSEEK_API_KEY=sk-your-deepseek-api-key-here
# Optional Configuration
MCP_TOOLZ_DB_PATH=~/.mcp-toolz/contexts.db # Shared database location across all projects
MCP_TOOLZ_MODEL=gpt-5
MCP_TOOLZ_CLAUDE_MODEL=claude-sonnet-4-5-20250929
MCP_TOOLZ_GEMINI_MODEL=gemini-2.0-flash-thinking-exp-01-21
MCP_TOOLZ_DEEPSEEK_MODEL=deepseek-chat