mcp-postgres
Official
โ Built
No description provided.
stdio
registry.sylvonyx.com/mcp/mcp-postgres:latest
latest
manual:cassarns
Mar 31, 2026
Platform Support
Multi-arch
๐ง
amd64
linux
๐ง
Apple Silicon
arm64
linux
Usage
Add this server to your MCP configuration:
Docker (stdio)
{
"mcpServers": {
"mcp-postgres": {
"type": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "--platform", "linux/amd64", "registry.sylvonyx.com/mcp/mcp-postgres:latest"]
}
}
}