{% extends "base.html" %} {% block content %}
Your server is ready. Pick how you want to connect to it.
/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 }}
{{ http_url }}.
After adding, restart Claude Code or reload the VSCode window.
Add to your Claude Desktop config and restart Claude Desktop.
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{{ claude_desktop_config }}
"mcpServers" key — don't replace the whole file.
Verify the server is reachable:
{{ curl_command }}
{"status":"ok"}.