We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sachdev27/dell-powerstore-mcp-server'
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
.venv/
venv/
env/
*.egg-info/
.eggs/
*.egg
# Build output
build/
dist/
# Development files
.env
.env.local
.env.*.local
*.log
logs/
# Git
.git/
.gitignore
.gitattributes
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test files
tests/
.pytest_cache/
.coverage
htmlcov/
coverage.xml
# Type checking & linting
.mypy_cache/
.ruff_cache/
# Documentation (except README)
*.md
!README.md
# CI/CD
.github/
# Temporary files
tmp/
temp/
*.tmp
# Pre-commit
.pre-commit-config.yaml
# Development tools
Makefile
requirements-dev.txt