Judaro Connect guide עברית Request access
Connect guides

CLI tools

For the technical folks at the firm. Any tool that supports remote MCP connects to the same address, the only difference is where you write it.

Claude Code

One line, then inside the tool run /mcp, pick judaro and click Authenticate.

claude mcp add --transport http judaro https://mcp.judaro.com/mcp

Working in Claude Desktop? You do not need this, the plugin is better.

Codex CLI

Add this to ~/.codex/config.toml, then run codex mcp login judaro.

[mcp_servers.judaro]
url = "https://mcp.judaro.com/mcp"
auth = "oauth"

Gemini CLI

Add it under mcpServers in ~/.gemini/settings.json, restart, and run /mcp to verify.

{
  "mcpServers": {
    "judaro": {
      "httpUrl": "https://mcp.judaro.com/mcp"
    }
  }
}

Any other tool

Cursor, VS Code, Windsurf and friends take the same snippet, only the key is url and you add "type": "http".

{
  "mcpServers": {
    "judaro": {
      "type": "http",
      "url": "https://mcp.judaro.com/mcp"
    }
  }
}

To check it works: open a new chat and ask "Which legal domains do I have in Judaro?". If a list of domains comes back, you are done.

Stuck? Contact us and attach a screenshot of what you see. There is also a FAQ and troubleshooting page.