We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/portel-dev/ncp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
.git/
.github/
coverage/
test/
docs/
scripts/
# Cache and user data
.ncp/
*.cache
*.tmp
# Source files (only need compiled dist/)
src/
*.ts
tsconfig.json
jest.config.js
# CLI-specific code (MCP-only bundle uses index-mcp.js)
dist/cli/
dist/index.js
dist/index.js.map
# Documentation
*.md
!manifest.json
# Build artifacts
*.tgz
*.dxt
*.backup
# IDE
.vscode/
.idea/
*.swp
# Development configs
.eslintrc*
.prettierrc*
.travis.yml
.dockerignore
# Signing certificates (never include in bundle)
*.pem
*.key
*.crt
*.p12
*.pfx
# Other unnecessary files
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
.release-it.json
.npmignore
.dxtignore
.mcpbignore