We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmedmustahid/postgres-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# .dockerignore
# Python cache
__pycache__
*.pyc
*.pyo
*.pyd
*.pyc~
# Node.js dependencies
node_modules
dist
# Logs and results
logs
json_results
# Development & local files
.env
.dockerignore
.git
*.md
!README.md
*.lock
# Shared code (if you don't want to include it in build context)
shared_code
# Local scripts not needed in container
client.py
print_contents.py
constants.py
#pyproject.toml
uv.lock
*.py