Skip to main content

What is Isthmus?

Isthmus is an open-source Model Context Protocol (MCP) server that gives AI models direct access to your PostgreSQL database. It runs locally as a single binary, supports both stdio and HTTP transports, and requires no cloud services. Point your AI client at Isthmus, and it can discover your schema, understand table relationships, analyze data distributions, and execute read-only SQL queries — all with built-in safety guardrails.

Tools

Isthmus exposes three MCP tools that let AI models explore and query your database:

Supported clients

Isthmus works with any MCP client. Most clients use the default stdio transport; clients that require HTTP can use the HTTP transport.

Next steps