We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fshamim/mcp-server-zep-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables and secrets
.env
.env.*
!.env.example
*.pem
*.key
# Python virtual environments
venv/
env/
ENV/
.venv/
.python-version
# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# IDE specific files
.cursor/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs and databases
*.log
*.sqlite
*.db
# Personal config files
claude_desktop_config.json
!claude_desktop_config.json.example
# Temporary files
*.tmp
*~
.nfs*
tmp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db