We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•412 B
# Anthropic API Key for AI-powered skill intent analysis
# Get your key from: https://console.anthropic.com/
# Required - hook will fail with helpful error if not set
ANTHROPIC_API_KEY=sk-ant-your-key-here
# Model to use for skill intent analysis (optional)
# Defaults to claude-haiku-4-5 for cost efficiency
# Examples: claude-haiku-4-5, claude-sonnet-4-5, claude-opus-4-5
CLAUDE_SKILLS_MODEL=claude-haiku-4-5