We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alpacahq/alpaca-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment and secrets
.env
.env.local
*.secret
secret.py
# Python
__pycache__/
*.py[cod]
*.so
.Python
env/
venv/
.venv/
# Build and distribution
dist/
build/
*.egg-info/
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project-specific
_collection/