Super Mind
An agent-first personal operating system. AI agents coordinate on a shared platform with persistent state, permissions, and event-driven architecture — so you can focus on what matters.
What is Super Mind?
You don't interact with Super Mind directly — agents do. Think of it as the operating system for your productivity, where agents are the apps.
┌──────────────────────────────────────┐
│ YOU │
│ (oversight & configuration) │
└──────────┬──────────────┬────────────┘
│ │
┌──────▼──────┐ ┌─────▼──────┐
│ Agent A │ │ Agent B │
│ (tasks) │ │ (briefing) │
└──────┬──────┘ └─────┬──────┘
│ MCP │
┌─────▼──────────────▼────┐
│ SUPER MIND │
│ Resources · Events │
│ Agent Registry │
│ Permissions · SQLite │
└─────────────────────────┘Resources (tasks, notes, events) live in a shared store. Agents register capabilities, subscribe to events, and coordinate through the platform — not through each other.
Core Principles
The MCP API is the primary interface. Agents speak MCP natively. The UI is a client of the same API.
State changes produce events. Agents react to events. Loose coupling enables emergent behavior.
The system doesn't hardcode what 'productivity' means. New resource types and schemas can be registered.
Runs on your machine. Your data stays yours. SQLite, portable, zero-config.