We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-local-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
ENV/
*.egg-info/
.eggs/
pip-log.txt
# Distribution
dist/
build/
eggs/
# Environment variables
.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Test coverage
.coverage
htmlcov/
# Generated files
data/audio/*
data/reports/*
!data/audio/.gitkeep
!data/reports/.gitkeep
# macOS
.DS_Store
# Windows
Thumbs.db