We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/relaxcloud-cn/mcp-port-scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git相关
.git
.gitignore
.gitattributes
# Python相关
__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
# 虚拟环境
venv/
env/
ENV/
.venv/
# IDE相关
.vscode/
.idea/
*.swp
*.swo
*~
# 日志和结果
logs/
results/
*.log
# 测试相关
.pytest_cache/
.coverage
htmlcov/
.tox/
# 文档
docs/
*.md
!README.md
# 其他
.DS_Store
Thumbs.db
*.tmp
*.bak