We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daveHylde/brreg-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•595 B
# Source files
src/
*.ts
*.js.map
*.d.ts.map
# Development files
.git/
.gitignore
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts (dist is included via files field in package.json)
coverage/
.nyc_output/
# Development configuration
tsconfig.json
jest.config.js
.eslintrc.*
.prettierrc.*
# Documentation (README.md is included via files field)
docs/
*.md
!README.md
# Scripts and development tools
build-and-run.sh
mcp-config.json
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Test files
**/*.test.ts
**/*.spec.ts
__tests__/