Skip to main content
Glama

Curupira

by drzln
.env.example558 B
# Curupira Environment Configuration # Server Configuration CURUPIRA_PORT=8080 CURUPIRA_HOST=localhost CURUPIRA_LOG_LEVEL=debug # WebSocket Configuration CURUPIRA_WS_URL=ws://localhost:8080/mcp # Authentication (disabled for development) CURUPIRA_AUTH_ENABLED=false CURUPIRA_AUTH_TOKEN= CURUPIRA_JWT_SECRET= # CORS Configuration CURUPIRA_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001 # Rate Limiting CURUPIRA_RATE_LIMIT_MAX=100 CURUPIRA_RATE_LIMIT_WINDOW=60000 # Chrome Extension CURUPIRA_EXTENSION_ID= # Development NODE_ENV=development

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/drzln/curupira'

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