nucleus-mcp
v1.8.1
Published
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents
Readme
nucleus-mcp
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
114 MCP tools. Three reliability frontiers: GROUND (verify), ALIGN (correct), COMPOUND (learn).
Install
Native (one command per IDE)
| IDE | Command |
|-----|---------|
| Claude Code | claude mcp add nucleus -- uvx nucleus-mcp |
| Cursor | Add to Cursor |
| Any IDE | pip install nucleus-mcp && nucleus init |
Manual Config
Pick your runtime:
uvx (zero install):
{ "mcpServers": { "nucleus": { "command": "uvx", "args": ["nucleus-mcp"], "env": { "NUCLEAR_BRAIN_PATH": ".brain" } } } }npx (zero install):
{ "mcpServers": { "nucleus": { "command": "npx", "args": ["-y", "nucleus-mcp"], "env": { "NUCLEAR_BRAIN_PATH": ".brain" } } } }pip (pip install nucleus-mcp first):
{ "mcpServers": { "nucleus": { "command": "nucleus-mcp", "env": { "NUCLEAR_BRAIN_PATH": ".brain" } } } }Links
License
MIT
