Client field guide
Connect once.
Search everything.
OAuth is preferred for every AI client. Add https://juraguard.pyango.agency/mcp/ without a token or authorization header, then approve access in your browser.
01
Claude Code & Desktop
Claude Code: add the server, run /mcp, and authenticate juraguard. Verify with claude mcp get juraguard.
claude mcp add --transport http juraguard https://juraguard.pyango.agency/mcp/
Claude Desktop: open Customize → Connectors → Add custom connector, enter https://juraguard.pyango.agency/mcp/, then complete browser approval.
02
Cursor
Run the installer and choose HTTP, name juraguard, and URL https://juraguard.pyango.agency/mcp/. Then run agent mcp login juraguard and agent mcp list.
agent mcp add
03
VS Code / GitHub Copilot
Run the installer. Connect to open browser approval, then verify with MCP: List Servers.
code --add-mcp '{"name":"juraguard","type":"http","url":"https://juraguard.pyango.agency/mcp/"}'
04
Codex CLI
Run both commands, then verify with codex mcp list.
codex mcp add juraguard --url https://juraguard.pyango.agency/mcp/
codex mcp login juraguard
05
OpenCode
Run the installer and choose remote, name juraguard, and URL https://juraguard.pyango.agency/mcp/. Then run opencode mcp auth juraguard and opencode mcp list.
opencode mcp add
06
Gemini CLI
Run the installer. Start Gemini, run /mcp auth juraguard, then verify with gemini mcp list.
gemini mcp add --transport http juraguard https://juraguard.pyango.agency/mcp/
07
Windsurf
Windsurf has no supported installer command. Open Windsurf Settings → Tools → Add Server, enter https://juraguard.pyango.agency/mcp/, complete browser approval, then refresh the MCP server list.
08
Generic Streamable HTTP
Use MCP OAuth when the client supports it. Otherwise generate a manual token from the dashboard and keep it outside version control.
curl https://juraguard.pyango.agency/mcp/ \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-H 'MCP-Protocol-Version: 2025-06-18' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'