← Index

io.github.eidetic-works/nucleus

io.github.eidetic-works/nucleus·v1.8.0·Memory & RAG
Quality Score
85
/100

MCP server for persistent memory, execution verification, governance, and compliance.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nucleus": {
      "command": "npx",
      "args": [
        "-y",
        "nucleus-mcp"
      ],
      "env": {
        "NUCLEUS_BRAIN_PATH": "<nucleus_brain_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nucleus": {
      "command": "npx",
      "args": [
        "-y",
        "nucleus-mcp"
      ],
      "env": {
        "NUCLEUS_BRAIN_PATH": "<nucleus_brain_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nucleus-mcp
§02  Environment variables
NUCLEUS_BRAIN_PATH

Path to .brain/ directory (defaults to .brain in current directory)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG