← All features Extending

MCP Server

Let AI agents query your databases via the Model Context Protocol.

A built-in MCP server allows AI agents (Claude, Cursor, and others) to interact with your databases. The server exposes tools for querying, schema introspection, ERD generation, and saved query management.

Granular Settings

Individual MCP tools can be enabled or disabled. This controls which capabilities are available to agents, such as query execution, schema browsing, or query tab management.

Read-Only Enforcement

MCP connections are enforced as read-only at the database level, not through keyword filtering. Agents can inspect and query data but cannot modify it.

Connection Pooling

Parallel agent requests receive isolated database connections, so concurrent AI queries do not block each other or the GUI.