VS Code
Books that answer in the chat panel.
VS Code takes MCP servers in .vscode/mcp.json under a servers key, or from the command line. A remote one names its type.
The workspace file travels with the repository; the user file follows you between them.
For a local bridge instead, drop the type and give "command": "npx", "args": ["-y", "orla-cli", "mcp"].
If the menus have moved, the VS Code MCP documentation is the version that is current for the client itself.
Other clients
One connection, any number of clients.
A second client joins the same connection, not another one.
Claude
A custom connector in Settings, nothing to install.
Claude Code
One command in the terminal, then /mcp to sign in.
Cursor
One entry in mcp.json, globally or in the repository.
Zed
One entry under context_servers in settings.json.
Windsurf
One entry with serverUrl in the Codeium config.
Terminal
The CLI itself, and a stdio bridge for clients without HTTP.
Start
Connect it once. Revoke it in one click.
The client is open source and reads what it is given: github.com/cheetah-trade/orla-cli.