Skip to main content
Glama
smithery.yaml756 B
runtime: "container" build: dockerfile: "Dockerfile" dockerBuildPath: "." startCommand: type: "http" configSchema: type: "object" properties: apiKey: type: "string" title: "API Key" description: "Optional API key for enhanced authentication and rate limiting" debug: type: "boolean" title: "Debug Mode" description: "Enable debug logging for troubleshooting" default: false sessionTimeout: type: "integer" title: "Session Timeout" description: "Session timeout in minutes" default: 30 minimum: 5 maximum: 120 required: [] exampleConfig: apiKey: "optional-api-key-123" debug: false sessionTimeout: 30

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/TanukiMCP/taskmaster'

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