We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/norman-finance/norman-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables and credentials
.env
*.env
.venv
env/
venv/
dev-env/
ENV/
env.bak/
venv.bak/
# Python build artifacts
*.py[cod]
*$py.class
__pycache__/
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Testing and development
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
.cache
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store