{% extends "setup/base.html" %} {% block title %}Connect an agent — kairix setup{% endblock %} {% block content %}

Connect your agents

kairix speaks MCP — any agent that supports MCP over HTTP can search your knowledge. The server is running at:

{{ info.mcp_url }}

Which URL works where

Using Claude Code? One command connects it:

claude mcp add --transport http kairix {{ info.mcp_url }}
{% for snippet in info.snippets %}
{{ snippet.client }}
{{ snippet.config_text }}
{% endfor %} {% endblock %} {% block banner_class %} kx-banner-slot-sm{% endblock %} {% block banner %} Verifying…
{% endblock %} {% block actions %} Back Finish setup {% endblock %}