We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/windows-operations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# DXT build artifacts
*.dxt
*.dxt.sig
# Temporary files
*.tmp
*~
*.swp
*.swo
# Logs
*.log
logs/
# Local development
.env
.venv
venv/
ENV/
# IDE specific
.idea/
.vscode/
*.code-workspace
# Python cache
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# Local development settings
local_settings.py
db.sqlite3