Servers
PgSQL MCP Server
@twn39
🔧 A powerful tool server based on the Model Context Protocol (MCP), enabling interaction with PostgreSQL databases via MCP calls.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pgsql-mcp-server-twn39": {
"command": "uv",
"args": [
"tool",
"install",
"pgsql-mcp-server"
]
}
}
}