{% extends "setup/base.html" %}
{% block title %}Connect an agent — kairix setup{% endblock %}
{% block content %}
kairix speaks MCP — any agent that supports MCP over HTTP can search your knowledge. The server is running at:Connect your agents
{{ info.mcp_url }}
Which URL works where
{{ info.mcp_url }}
works as-is, including through an SSH tunnel to this machine.https:// address. Put kairix behind a reverse proxy (caddy, nginx, or
cloudflared) — see
Deploying behind a reverse proxy.Using Claude Code? One command connects it:
claude mcp add --transport http kairix {{ info.mcp_url }}
{% for snippet in info.snippets %}
{{ snippet.config_text }}