Your agents, on your live mind.
CTRL exposes your Memory Web to your own AI agents as a read-only MCP server. They pull your current context on every call - no pasting, never stale.
The problem
Pasted context is dead context.
You paste a snapshot of who you are into ChatGPT or Claude, and it’s stale the second you close the tab. Your agents act on yesterday’s you. CTRL fixes that at the source: a live feed of your brain-ranked context, so every agent acts on who you are right now.
How it works
Mint a key
In Settings → Edge Pro, generate a read-only key. It’s scoped to you, revocable anytime, and shown once.
Add the MCP server to your agent
Point any MCP client (Claude, Cursor, your own agent) at the CTRL endpoint with your key as a bearer token.
Your agent pulls your live context
On every call, your agent reads your current objectives, blockers, patterns, and decisions - ranked by importance, contradictions resolved, stale facts aged out.
Connect
{
"mcpServers": {
"ctrl": {
"url": "https://bkyuxvschuwngtcdhsyg.supabase.co/functions/v1/mcp-context",
"headers": { "Authorization": "Bearer ctrl_mcp_••••" }
}
}
}get_leader_context
Your live operating context.
get_todays_briefing
Today’s priorities as a feed (opt-in).
Read-only
Agents can read; they can never write or change anything.
Always live
Brain-ranked and fresh on every call, not a snapshot.
Revocable
Kill any key instantly from Settings.
Give your fleet your mind.
Available on Edge Pro. Mint a key, connect your agents, and stop re-explaining yourself.
CTRL by Mindmaker · llms.txt · product.json