We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/notepadpp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCPB ignore file - exclude unnecessary files from packaging
# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Development files
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Git
.git/
.gitignore
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
build_venv/
# Documentation build
docs/_build/
# Temporary files
*.tmp
*.temp
*.log
# Node modules (if any)
node_modules/
# Package files
*.whl
*.tar.gz
*.mcpb
*.dxt
# Test files
test_venv/
demonstration_test.py