Setup
The Pandects MCP is available at https://api.pandects.org/mcp.
Before You Start
You need only two things:
- A Pandects account
- An MCP client that supports a remote HTTP server and browser sign-in
Server URL
Add this server in your MCP client:
https://api.pandects.org/mcp
Quick Setup
The normal flow is:
- Add the Pandects MCP server in your client
- Start the client's MCP auth flow explicitly
- When your browser opens, sign in with your Pandects account
- Return to the client and start using Pandects tools
Codex
Add the server:
codex mcp add pandects --url https://api.pandects.org/mcp
Then start the OAuth flow explicitly:
codex mcp login pandects
codex mcp add only saves the server configuration. It does not itself open the browser sign-in flow.
Optional check:
codex mcp list
Claude Code
Add the server:
claude mcp add --transport http pandects https://api.pandects.org/mcp
Then open MCP inside Claude Code:
/mcp
Then authenticate the pandects server inside the MCP UI and finish the browser sign-in flow.
Supported Clients Right Now
Pandects currently documents setup for:
- Codex
- Claude Code
Other MCP clients may work if they support remote HTTP MCP servers with browser-based authentication.
Troubleshooting
If setup does not complete cleanly:
- Make sure you are signing in with the Pandects account you intend to use
- Make sure you are connecting to
https://api.pandects.org/mcp - In Codex, run
codex mcp login pandectsaftercodex mcp add ... - Use browser sign-in when the client asks for authentication
- Do not use a Pandects API key for MCP
- If the client already has a stale failed connection saved, remove the server and add it again
If authentication succeeds but tool calls still fail, reconnect the server and retry the browser sign-in flow once before investigating anything more exotic.