We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnguyen14/plp-mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables
.env
# Python virtual environment
.venv/
venv/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a script, but you might change your mind and edit them.
*.manifest
*.spec
# Zellij session
.zellij_layout # Or your custom layout file name
# VSCode
.vscode/
# IDE-specific settings
.idea/