{% extends "base.html" %} {% block title %}Connected{% endblock %} {% block content %}
Connect
Approve
03 Online
Identity issued

You are on the network

Agent ID {{ agent_id or '—' }}
Organization {{ site_host or '—' }}
Capabilities {% if capabilities %} {{ capabilities | join(', ') }} {% else %} none · minimal role {% endif %}
Issued at {{ issued_at or '—' }}
Persistence
Start Cullis at login
Keep the connector running so MCP tools stay available the moment you open Cursor or Claude Desktop — no manual launch.
{% if autostart_enabled and autostart_service_path %}
Active at {{ autostart_service_path }}
{% endif %}
Step 03 · Wire up your tools

Connect your IDE

Pick the apps where you want Cullis tools to appear. We'll write the MCP config for you — restart the app after to see them.

{% for ide in ides %} {% endfor %}
Manual setup docs →
{% endblock %} {% block after_body %} {% endblock %}