We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffaf/kivv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables - CRITICAL: Never commit these!
.env
.env.*
!.env.example
.env.local
.env.*.local
# API Keys and Secrets
*.key
*.pem
secrets/
credentials.json
.credentials
# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
.nyc_output
*.lcov
# Build outputs
dist/
build/
.wrangler/
.output/
# Cloudflare Workers
.dev.vars
wrangler.toml.local
# SvelteKit
.svelte-kit/
.vercel/
.netlify/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.vscode/
!.vscode/extensions.json
.idea/
*.iml
# TypeScript
*.tsbuildinfo
# Misc
.cache/
.temp/
tmp/
# Chunk verification files (may contain API keys)
CHUNK*.md
.checkpoint/
# Personal files (created during setup, not for repo)
*api-key.txt
*API-KEY.txt
*secret*.txt
test-output/