What this page covers
This page helps you choose the right AI interface for Enginy MCP. If you want the simplest starting point, use Claude Code. If your team already prefers Codex, Cursor, VS Code, or ChatGPT, those paths may also work, but they are more dependent on the exact client version and setup. If you need the architecture, start with Overview. If you need setup details, use Clients & interfaces. If you are debugging auth or transport issues, use Security and troubleshooting.Support levels
Best choicemeans this is the clearest current path for most teams.Likely to workmeans the client can often connect if it supports remote MCP, but the experience depends on that client’s current MCP support.Needs technical setupmeans you will probably need a bridge, proxy, or engineer help.
Support matrix
Practical notes
- Most successful setups today use remote MCP over HTTP and a browser sign-in flow.
- Many browser-based flows use a local callback like
http://localhost:3118/callback. - If a client only supports local stdio connections, it is not a direct fit for Enginy MCP.
- If you are choosing from scratch, Claude Code is usually the fastest way to get started.
Best fit by workflow
- Use Claude Code when you want the clearest one-command setup and the most explicit browser callback flow.
- Use Codex when your team already works in Codex and wants MCP in that environment.
- Use Cursor or VS Code when your team already uses project-level
mcp.jsonfiles. - Use ChatGPT developer mode when you want to try the same MCP server in a chat-style interface.
- Use a bridge only when your preferred client cannot connect to remote MCP directly.
Clients & interfaces
See copy-paste config examples for Claude, Codex, Cursor, VS Code, ChatGPT developer mode, and generic MCP
clients.
Security and troubleshooting
Review the auth flow, callback handling, and common failure modes.