{% extends "base.html" %} {% block content %}
Client Setup

Your server is ready. Pick how you want to connect to it.

Configs below connect as {{ admin_username }} (admin). Use the Admin API or /auth/provision to create credentials for additional users.

Option A — CLI command (run once in your terminal; saves to ~/.claude.json for all projects):

{{ cli_command }}

Option B — project .mcp.json (place in your project root; works for both CLI and VSCode extension):

{{ claude_code_config }}
Uses streamable HTTP transport at {{ http_url }}. After adding, restart Claude Code or reload the VSCode window.

Add to your Claude Desktop config and restart Claude Desktop.

{{ claude_desktop_config }}
Merge the "mcpServers" key — don't replace the whole file.

Verify the server is reachable:

{{ curl_command }}
A healthy server returns {"status":"ok"}.
Open Admin UI API Docs
{% endblock %}