We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mortalus/eu-regulations'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•463 B
# NPM ignore - explicitly include files that are gitignored but needed for npm
# The database file should be built during prepublishOnly and included in the package
# Development only
.github/
tests/
*.test.ts
tsconfig.json
vitest.config.ts
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment (exclude from npm)
.env
.env.local
# Logs
*.log
npm-debug.log*
# Test coverage
coverage/
# Source maps (optional - keep them for now)
# *.map