Skip to main content

Config file location

Minimal configuration

Add Isthmus to the mcpServers object:

Full configuration

Include optional settings for schema filtering, policy enrichment, and row limits:

Verify

  1. Save the config file
  2. Restart Claude Desktop (Cmd+Q, then reopen)
  3. Look for the MCP tools icon in the chat input area
  4. Ask: “What tables are in my database?”
Claude should call discover and return a summary of your database.

Troubleshooting

Claude Desktop needs isthmus in your PATH. Check where it’s installed:
If it’s not in your PATH, use the full path in the config. The location depends on how you installed:
  • Install script / prebuilt binary: /usr/local/bin/isthmus
  • go install: ~/go/bin/isthmus
On macOS, the config file must be at exactly:
Create the file if it doesn’t exist. Make sure it’s valid JSON.
Test connectivity outside Claude Desktop first:
If this fails, check your connection string, network, and Postgres status.