We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/erichowens/prompt-learning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•397 B
# Copy this file to .env and fill in your values
# You can also set these as environment variables directly
# Required: OpenAI API key for embeddings and evaluation
OPENAI_API_KEY=sk-your-api-key-here
# Optional: Vector database URL (defaults to localhost:6333)
VECTOR_DB_URL=http://localhost:6333
# Optional: Redis URL for caching (defaults to localhost:6379)
REDIS_URL=redis://localhost:6379