We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kazy1014/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build outputs
dist/
*.js.map
*.d.ts.map
# Testing
coverage/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables and secrets
.env
.env.local
.env.*.local
.env.production
.env.development
.env.test
*.key
*.pem
*.cert
secrets/
.secrets
# Notion API keys (extra protection)
*notion_api_key*
*NOTION_API_KEY*
# OS
.DS_Store
Thumbs.db
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.cursor/
# Docker
.docker/
docker-compose.override.yml
# Temporary files
tmp/
temp/
*.tmp