← Index

capital.hove/read-only-local-postgres-mcp-server

capital.hove/read-only-local-postgres-mcp-server·v0.1.0·Databases
Quality Score
80
/100

MCP server for read-only PostgreSQL database queries in Claude Desktop

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "read-only-local-postgres-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hovecapital/read-only-postgres-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "read-only-local-postgres-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hovecapital/read-only-postgres-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hovecapital/read-only-postgres-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
20
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Databases