We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LissajousX/pcap_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
.env/
# Packaging
build/
dist/
*.egg-info/
# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Jupyter
.ipynb_checkpoints/
# IDE / editor
.vscode/
.idea/
# OS
.DS_Store
# PCAP artifacts (do not commit large captures)
*.pcap
*.pcapng
*.cap
# Tool outputs
pcap_mcp_outputs/
*.tsv