mcp-postgres-server

IceRain26/mcp-postgres-server
★ 0 stars Go Database Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-postgres-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/IceRain26/mcp-postgres-server@latest"
      ]
    }
  }
}

README Excerpt

1. `docker-compose up -d` 2. `go run ./cmd/server or npx @modelcontextprotocol/inspector go run . ` 3. Connect to any MCP client - `query` - Execute read-only SQL SELECT queries - `get_schema` - Get the complete database schema

Tools (2)

get_schemaquery
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →