We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdelements/sde-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•463 B
# Test Configuration
# Copy this file to .env in the tests/ directory or project root
# OpenAI API key for integration tests
# Get this from: https://platform.openai.com/api-keys
# Required for running prompt-to-tool mapping tests
OPENAI_API_KEY=your-openai-api-key-here
# Optional: SD Elements configuration for integration tests
# Only needed if tests make real API calls
SDE_HOST=https://your-sdelements-instance.com
SDE_API_KEY=your-sdelements-api-key-here