We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BalajiSriraman/mcp-server-clerk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-compose.yml•390 B
services:
# Hosted mode — server owns the Clerk key
clerk-mcp-hosted:
build: .
ports:
- "3000:3000"
environment:
- CLERK_SECRET_KEY=${CLERK_SECRET_KEY}
# Public mode — users pass their own key via X-Clerk-Secret-Key header
clerk-mcp-public:
build: .
ports:
- "3001:3000"
# No CLERK_SECRET_KEY set — users must provide it per-request