We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deshabhishek007/domain-tools-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Created by venv; see https://docs.python.org/3/library/venv.html
*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Virtual environment
venv/
ENV/
env/
.venv/
bin/
lib/
include/
pyvenv.cfg
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# OS files
.DS_Store
Thumbs.db
# VS Code and IDE files
.vscode/
.idea/
# Test and coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Misc
*.log
# Allow these files to be tracked
!domain_tools_server.py
!README.md
!.gitignore
!requirements.txt
!LICENSE