Config file location
- macOS
- Windows
Minimal configuration
Add Isthmus to themcpServers object:
Full configuration
Include optional settings for schema filtering, policy enrichment, and row limits:Verify
- Save the config file
- Restart Claude Desktop (Cmd+Q, then reopen)
- Look for the MCP tools icon in the chat input area
- Ask: “What tables are in my database?”
discover and return a summary of your database.
Troubleshooting
Binary not found
Binary not found
Claude Desktop needs If it’s not in your PATH, use the full path in the config. The location depends on how you installed:
isthmus in your PATH. Check where it’s installed:- Install script / prebuilt binary:
/usr/local/bin/isthmus - go install:
~/go/bin/isthmus
Wrong config file path
Wrong config file path
On macOS, the config file must be at exactly:Create the file if it doesn’t exist. Make sure it’s valid JSON.
Database unreachable
Database unreachable
Test connectivity outside Claude Desktop first:If this fails, check your connection string, network, and Postgres status.