Databases
Trust: 34/100 (Limited)capital.hove/read-only-local-postgres-mcp-server Guide
MCP server for read-only PostgreSQL database queries in Claude Desktop
1 starsby hovecapital
Quick Start
Install
npx @hovecapital/read-only-postgres-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"capital-hove-read-only-local-postgres-mcp-server": {
"command": "npx",
"args": [
"@hovecapital/read-only-postgres-mcp-server"
]
}
}
}