We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danttis/eternity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*.pyc
*$py.class
# Environment
.env
.venv
venv/
ENV/
env/
# IDEs
.vscode/
.idea/
# Distribution
dist/
build/
*.egg-info/
# Project Specific (Data & Persistance)
eternity.db
chroma_db/
uploads/
# Temporary & Logs
*.txt
*.log
*.tmp