We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/milkosten/task-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables
.env
.env.local
.env.development
.env.test
.env.production
# Dependencies
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
.cursor
CLAUDE.md
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
api_debug.log
api_error.log
server_debug.txt
server_error.txt
# Testing
test-reports/
coverage/
# Production build
dist/
build/
# Misc
.DS_Store
.idea/
.vscode/
*.swp
*.swo