We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glassity/focus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
# Virtual Environments
.env
.venv
env/
venv/
ENV/
.python-version
# UV Package Manager
.uv/
uv.lock.bak
# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.cover
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Data Files
data/focus-export/
*.parquet
*.csv
*.json.gz
# Temporary Files
*.tmp
*.bak
*.backup
*.log
# Database
*.db
*.sqlite
*.sqlite3
*.duckdb
*.duckdb.wal
# MCP Server
mcp_cache/
.mcp/
mcp_logs/
# Ruff
.ruff_cache/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Local MCP config
.mcp.json
# Scripts folder (exclude contents but keep folder)
scripts/*
!scripts/.keep