We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heurist-network/heurist-mesh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python virtual environments
.venv/
venv/
env/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
*.so
.Python
# Distribution / packaging
dist/
build/
*.egg-info/
# Development and editor files
.git/
.github/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Environment files (excluding example files)
.env.local
!.env.example
# Logs
logs/
*.log
# Testing
coverage/
.coverage
htmlcov/
# Documentation
docs/
*.md
!README.md