We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deployment-Team/unimus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Docker ignore file for Unimus MCP Server
# Excludes unnecessary files from Docker build context
# Git and version control
.git
.gitignore
.github
# Python cache and build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Testing and coverage
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov/
# Documentation
docs/_build/
/site
# Development and testing files
.env.test
.env.local
*.env.test
test.env
test_*.py
ask-gemini.md
answer-from-gemini.md
code-review-by-gemini.md
# Lock files (we use pyproject.toml)
requirements.txt
uv.lock
# Temporary files
*.log
*.tmp
*.temp
# Project specific
ROADMAP.md
CLAUDE.md