We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/faulkner-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•650 B
# Everything from .gitignore plus additional excludes for npm
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.venv
# Testing
.pytest_cache/
tests/
*.test.js
# Development
.github/
.vscode/
.idea/
*.swp
*.swo
# Logs and data
logs/
*.log
*.db
data/
dev_context_storage/
backups/
reports/
docker/data/
# Development artifacts
*SESSION_HANDOFF*.md
*FIXES_APPLIED*.md
*TEST_RESULTS*.md
*VALIDATION*.md
*COMPLETE*.md
*REPORT*.md
*SUMMARY*.md
*ANALYSIS*.md
*STATUS*.md
*FINDINGS*.md
monitor_*.py
test_*.py
tmp_*.py
# Docker env
docker/.env
# Include only necessary files in npm package
# The package.json "files" field will specify what to include