mcp-readonly-server

filipesemcodar/mcp-readonly-server
★ 0 stars TypeScript 🗄️ 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-readonly-server": {
      "command": "npx",
      "args": [
        "-y",
        "filipesemcodar/mcp-readonly-server"
      ]
    }
  }
}

README Excerpt

A generic, read-only **MCP server over Streamable HTTP**. It resolves a Bearer token to a per-org Postgres role and proxies `SELECT`s. **All security (read-only, RLS, table scope, org isolation) lives in the database** — this server is a deliberately "dumb" authenticated proxy. It replaces the per-client stdio setup (`@henkey/postgres-mcp-server` with a raw