Skip to main content
Glama

Curupira

by drzln
.gitignore835 B
# direnv .envrc .direnv # Dependencies node_modules/ */node_modules/ # Build outputs dist/ */dist/ *.tsbuildinfo # Environment files .env .env.local .env.*.local # Chrome extension chrome-extension/dist/ *.crx *.pem # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ .nyc_output/ # Temporary files *.tmp *.temp /tmp/ # Docker .dockerignore # Secrets and sensitive files *.pem *.key *.cert *.p12 secrets/ .secrets/ # Build artifacts build/ out/ # Local configuration *.local .env.* !.env.example # Editor directories *.sublime-* *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache # Debugging debug.log *.stackdump # Package manager locks (optional - uncomment if not tracking) # package-lock.json # yarn.lock # pnpm-lock.yaml

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