# Persome

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/Intuition-Lab/personal-model  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/persome

## Description
Local-first personal memory and model server for trusted MCP agents on macOS.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "persome": {
    "command": "npx",
    "args": ["-y","persome"]
  }
}
```

## Documentation & README

# Personal Model: local-first AI memory for coding agents

<p align="center">
  <a href="https://github.com/Intuition-Lab/personal-model/releases/tag/v0.3.2">
    <img src="docs/assets/readme/demo-preview.gif" alt="Looping 10-second preview of the Personal Model viewer orbiting an evidence-linked model" width="100%">
  </a>
</p>
<p align="center">
  <sub>Auto-playing preview · <a href="https://github.com/Intuition-Lab/personal-model/releases/tag/v0.3.2">Full-quality demo and v0.3.2 release notes</a></sub>
</p>

<!-- mcp-name: io.github.Intuition-Lab/personal-model -->

![Build your HUMAN.md — local-first AI memory for Claude Code, Codex, and MCP](docs/assets/readme/human-md-hero.png)

Build your `HUMAN.md` — one evidence-linked Personal Model for Claude Code, Codex, Cursor Agent, and other trusted MCP clients.

Personal Model is an open-source, local-first long-term memory Runtime. It learns how you think and work from focused activity captured on your Mac after you grant macOS permission, then gives your AI tools inspectable context to continue work and make grounded decisions.

**Runs locally on your Mac. Private by default. Yours to inspect, correct, export, and delete.**

[![CI](https://github.com/Intuition-Lab/personal-model/actions/workflows/ci.yml/badge.svg)](https://github.com/Intuition-Lab/personal-model/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/Intuition-Lab/personal-model)](https://github.com/Intuition-Lab/personal-model/releases) [![GitHub stars](https://img.shields.io/github/stars/Intuition-Lab/personal-model?style=flat&logo=github&label=Stars)](https://github.com/Intuition-Lab/personal-model) [![License: Apache-2.0](https://img.shields.io/badge/code-Apache--2.0-blue)](LICENSE) [![macOS 13+](https://img.shields.io/badge/macOS-13%2B-black)](#1-install-with-your-data) [![MCP](https://img.shields.io/badge/interface-MCP-0b7285)](MCP.md) [![Official MCP Registry](https://img.shields.io/badge/Official_MCP_Registry-Personal_Model-6f42c1)](https://registry.modelcontextprotocol.io/?q=personal-model)

[Install Personal Model](#1-install-with-your-data) · [Connect your AI tool](#works-with-claude-code-codex-cursor-agent-and-mcp-clients) · [Star Personal Model on GitHub](https://github.com/Intuition-Lab/personal-model)

![Illustration of a mature Personal Model with evidence-linked Points, Lines, Faces, Volumes, and a Root](docs/assets/readme/personal-model.png)

_Concept illustration of a mature Personal Model._

---

## Why Personal Model

Personal Model turns focused activity from the apps you use into a portable context layer, keeps it on your Mac, and makes it available to the trusted AI clients you choose.

- **One memory across agents.** Connect the same Personal Model to Claude Code,
  Codex, Cursor Agent, and other MCP-compatible clients.
- **Evidence, not hidden summaries.** Important claims retain source receipts;
  new evidence can strengthen, revise, or overturn an earlier inference.
- **User-owned by design.** Inspect, correct, export, or delete your model and
  data without depending on a hosted memory service.
- **More than chat history.** Personal Model learns from focused activity after you
  explicitly grant macOS permissions.

### Your Personal Model is your `HUMAN.md`

Personal Model connects activity into progressively deeper context:

| Layer | Meaning |
| --- | --- |
| **Point** | A sourced observation or event |
| **Line** | A relationship or change over time |
| **Face** | A pattern supported by related evidence |
| **Volume** | A higher-order structure across projects or areas of life |
| **Root** | The current integrated model of you |

The result is a living model of what matters now, how you tend to decide, and
where your attention is moving.

## Works with Claude Code, Codex, Cursor Agent, and MCP clients

| Client | Connection | Setup |
| --- | --- | --- |
| [Claude Code](docs/mcp-clients.md#claude-code) | Native Personal Model installer | `persome install claude-code` |
| [Codex CLI and IDE extension](docs/mcp-clients.md#codex-cli-and-ide-extension) | Native Personal Model installer | `persome install codex` |
| [Cursor Agent CLI](docs/mcp-clients.md#cursor-agent-cli) | Native Personal Model installer | `persome install cursor-agent` |
| [Claude Desktop](docs/mcp-clients.md#claude-desktop) | Managed stdio config | `persome install claude-desktop` |
| [opencode](docs/mcp-clients.md#opencode) | Managed local stdio config | `persome install opencode` |
| [Other compatible clients](docs/mcp-clients.md#generic-clients) | Generated MCP JSON | `persome install mcp-json --filename persome-mcp.json` |

The [MCP client guide](docs/mcp-clients.md) covers prerequisites, verification,
the permission boundary, transport details, HTTP fallback, and troubleshooting.

> Personal Model is an MCP server used by trusted MCP clients. Other MCP servers—such
> as Filesystem, GitHub, Slack, or Google Drive—are separate tools and are not
> Personal Model integrations unless that path is explicitly built and tested.

## Use cases

> These visuals show agent workflows enabled by Personal Model. The Runtime
> supplies evidence-linked local context through MCP; connected agents own task
> selection and execution, and external actions still require your authority.

### 1. One Root — A Model of You

**Thousands of moments. One evolving model of you.**

Personal Model turns sourced observations into relationships, patterns, higher-order structure, and one current Root: what matters now, how you tend to decide, and where your attention is moving.

<p align="center"><img src="docs/assets/readme/one-root.png" alt="One Root — A Model of You. An activity stream becomes 1,000+ Points, 300+ Lines, 80+ Faces, 20+ Volumes, and one evolving model. A Personal Model example on the right shows current goals and quality standards." width="100%"></p>

From Points to Lines, Faces, Volumes, and one Root—a living model of who you are and what matters now.

### 2. Same AI. Different You.

<p align="center"><img src="docs/assets/readme/same-ai-different-you.png" alt="The same AI gives two people different answers by using each person's Personal Model." width="100%"></p>

**The model is the same. The person it understands is different.**

Two people can give the same AI the same prompt and deserve different answers. Your Personal Model changes how an agent prioritizes, decides, writes, and acts—because it understands who it is working for.

The same prompt should not produce the same answer for everyone. Give AI a model of you.

### 3. One MCP — Turn coding agents into proactive agents

<p align="center"><img src="docs/assets/readme/one-mcp.png" alt="One Personal Model MCP connection gives trusted coding agents evidence-linked context." width="100%"></p>

**Your coding agent finds its own work**

Connect Personal Model once through MCP. Codex, Claude Code, and other trusted agents can use the same model of your goals, priorities, working patterns, and boundaries.

A connected agent can search Personal Model for unfinished work, rank proposed
next steps against your priorities, and separate local implementation from
external actions that need your approval.

#### Continue where you left off

<p align="center"><img src="docs/assets/readme/continue-where-you-left-off.png" alt="Concept illustration of a connected coding agent using Personal Model context to continue unfinished work. The panels show README, onboarding, and MCP tasks alongside restored work state, current goal, next step, project directory, Git status, and unstaged changes." width="100%"></p>

#### Work while you sleep

<p align="center"><img src="docs/assets/readme/work-while-you-sleep.png" alt="Concept illustration of a connected coding agent using Personal Model context to review open loops, filter proposed local work by permission scope, and prepare a morning report while leaving external actions for owner approval." width="100%"></p>

## Install, connect, and verify

**Install Personal Model, connect a trusted MCP client, then verify the local Runtime.**

### 1. Install with your data

Requirements: macOS 13 or newer and Xcode Command Line Tools. For the shortest package-managed installation:

```text
uv tool install personal-model
persome onboard
persome model open --after 30
```

The distribution is named `personal-model`; the installed CLI is `persome`.

For the most explicit source-based first run:

```text
git clone https://github.com/Intuition-Lab/personal-model.git
cd personal-model
bash install.sh
```

After successful interactive onboarding, the source installer opens the unified
local setup experience immediately.

**What onboarding proves**

- `persome onboard` explains each macOS request before it appears.
- Accessibility is granted to the versioned `mac-ax-helper` and, only when event-driven capture is enabled, `mac-ax-watcher`.
- Screen Recording is requested only when the effective screenshot or local-OCR policy requires pixels. Personal Model never requires Full Disk Access.
- On Apple Silicon, local OCR uses bundled PP-OCRv6; on Intel, it uses the macOS
  Apple Vision framework. Onboarding verifies the isolated worker on both architectures.
- Unified localhost onboarding offers a read-only, multi-source import and builds the first model
  from existing Markdown history. Local folders are always available; Obsidian
  and Notion appear only when detected on the Mac. The same sources remain
  available through `persome import-data`; see [the import guide](docs/importing.md).
- It proves the final lifecycle owner and Runtime generation, then reports a fresh-capture receipt in standard daemon mode or an explicit readiness/privacy receipt for supported alternate modes such as trusted ingest.

An LLM is optional for collection and BM25 recall, but required for semantic modeling. You can configure a hosted/local provider for unattended processing:

```text
persome llm setup
persome llm status --check
```

Alternatively, explicitly lend an existing coding-agent subscription to the
background Runtime. The client CLI keeps and refreshes its own login; Personal Model
stores only its executable path, routing policy, and a durable daily call cap:

```text
persome llm agent setup --client codex --daily-call-limit 50 --check
# also supported: claude-code, cursor-agent
persome llm status
```

A trusted MCP client that supports Sampling with tools can still call
`process_pending_model_work` for a one-request, 1–10-session batch. Both paths
use the connected agent allowance without exposing its OAuth token to Personal Model;
the CLI bridge is the opt-in path that also powers unattended stages.

### 2. Connect a trusted MCP client

Register whichever owner-local clients you use:

```text
persome install claude-code
persome install codex
persome install cursor-agent
persome install claude-desktop
persome install opencode
```

The commands above install only the MCP server. To also give background
semantic stages explicit consent to use a supported coding-agent subscription,
add `--fund-model`; the default cap is 50 model invocations per local day:

```text
persome install codex --fund-model --daily-call-limit 50
# also supported: claude-code, cursor-agent
```

`persome llm agent disable` revokes that consent without logging the client out
or deleting a fallback provider profile.

These stdio registrations launch the MCP process on demand, so the daemon does
not need to be running after onboarding has initialized the local database, and
no HTTP bearer is copied into client configuration. Schema creation and
migration remain daemon-owned; a brand-new or externally upgraded data root
must run `persome start` once before stdio clients use it. Stdio writes remain
available while the daemon is stopped, but WAL maintenance waits for the daemon;
start it periodically if you use write tools in that mode so the WAL stays bounded.

For another Cursor-compatible setup, you can still generate a stdio object and
merge `mcpServers.persome` manually:

```text
persome install mcp-json --filename persome-mcp.json
```

> MCP access is a personal-data capability; register only clients you trust.

### 3. Verify and ask grounded questions

```text
persome status
persome model status
persome model open

# Only if you configured a semantic provider:
persome llm status --check
```

A sparse or degraded model can be valid early; Personal Model reports missing geometry instead of fabricating Faces, Volumes, or a Root.

After connecting an MCP client, try one of these recipes:

> Search my Personal Model for **[topic]**. Use `search`, open the strongest result with `read_receipt`, and cite the source path, timestamp, and receipt ID. If the evidence is missing or conflicting, say so instead of guessing.

> Help me continue where I left off on **[project]**. Search recent Personal Model context, distinguish observed facts from inferences, and show the receipts behind the proposed next step.

> Review my current Personal Model with the default `get_model_snapshot` overview. Page only the specific model sections needed for the answer, cite supporting evidence, and call out anything sparse, stale, or conflicted.

Active work is reduced every five minutes by default. With valid capture and a working semantic provider, a first useful recall is operationally expected within about ten minutes—not guaranteed as a benchmark result.

### 4. Update Personal Model

For a `uv tool` installation, upgrade with the package manager and re-run Runtime proof:

```text
uv tool upgrade --python 3.12 personal-model
persome onboard
persome model open --after 30
```

After any upgrade, restart editors that host a Personal Model stdio MCP process before
resuming Runtime writes. A process loaded from the previous release cannot join
the new cross-process SQLite maintenance gate until the editor reconnects it.

For an installation created by `install.sh`, run the transactional updater from any directory:

```text
persome update
```

`persome update` preserves configuration, credentials, personal data, capture policy, and lifecycle intent, and performs its own mode-aware onboarding before committing the update. Do not use it to update a package-manager-managed installation.

---

## Recipes

- [Use Personal Model with Claude Code](docs/mcp-clients.md#claude-code)
- [Use Personal Model with Codex CLI and the IDE extension](docs/mcp-clients.md#codex-cli-and-ide-extension)
- [Use Personal Model with Cursor Agent](docs/mcp-clients.md#cursor-agent-cli)
- [Use Personal Model with Claude Desktop](docs/mcp-clients.md#claude-desktop)
- [Use Personal Model with opencode](docs/mcp-clients.md#opencode)
- [Connect any compatible MCP client](docs/mcp-clients.md#generic-clients)

Use the client guide with the prompts above to install, prove the connection,
test evidence-grounded retrieval, understand the permission boundary, and
diagnose the most common failures.

## Where Personal Model fits

Personal Model is an owner-local macOS Runtime, not a hosted multi-tenant memory
service or only a graph library. It can coexist with product-native memory in
ChatGPT or Claude and with developer memory infrastructure.

[Read the Runtime boundary](ARCHITECTURE.md) and
[evaluation limits](docs/benchmarks.md#what-is-not-measured-here) before
treating this as a hosted service or a benchmark claim.

## Privacy, ownership, and evidence

- Personal Model runs owner-locally on macOS and captures activity only after the
  relevant permissions are explained and granted.
- Important memories and model objects retain provenance that trusted clients
  can inspect with `read_receipt` and `resolve_evidence`.
- Corrections preserve audit history. Exports are redacted by default, and
  explicit erasure commands are available when history itself must be deleted.
- MCP access is access to personal data. Register only clients you trust, and
  do not expose the localhost Runtime through a public tunnel.

Read the complete [security and privacy model](SECURITY_PRIVACY.md),
[model and evidence contract](MODEL_FORMAT.md), and [MCP tool contract](MCP.md).

## Help us test more MCP clients

If your client is not listed above, start with the
[generic MCP setup](docs/mcp-clients.md#generic-clients). If it works, open an
[issue](https://github.com/Intuition-Lab/personal-model/issues) with the client
name, version, transport, verification steps, and any permission caveats. A
client moves into the verified table only after the path is reproducible.

See [CONTRIBUTING.md](CONTRIBUTING.md) for the development workflow and DCO
requirements.

---

<p align="center"><a href="https://github.com/Intuition-Lab/personal-model"><b>Star Personal Model on GitHub</b></a> · <a href="https://registry.modelcontextprotocol.io/?q=personal-model">Official MCP Registry</a> · <a href="https://github.com/Intuition-Lab/personal-model/blob/main/docs/mcp-clients.md">MCP client setup</a> · <a href="https://github.com/Intuition-Lab/personal-model/blob/main/SECURITY_PRIVACY.md">Security &amp; privacy</a></p>

<details>
<summary>Contributors</summary>

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<table>
  <tbody>
    <tr>
      <td valign="middle">
        <a href="https://github.com/Singularity-tian"><img src="https://avatars.githubusercontent.com/u/113085728?v=4&amp;size=112" width="56" align="left" alt="Singularity" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/Singularity-tian">Singularity</a></strong><br />
        &nbsp;&nbsp;<sub>💻&nbsp;Code</sub>
      </td>
      <td valign="middle">
        <a href="https://github.com/GouBuliya"><img src="https://avatars.githubusercontent.com/u/163627234?v=4&amp;size=112" width="56" align="left" alt="Li_Xufeng" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/GouBuliya">Li_Xufeng</a></strong><br />
        &nbsp;&nbsp;<sub>💻&nbsp;Code</sub>
      </td>
      <td valign="middle">
        <a href="https://github.com/SiyiZhu1"><img src="https://avatars.githubusercontent.com/u/132850441?v=4&amp;size=112" width="56" align="left" alt="Siyi" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/SiyiZhu1">Siyi</a></strong><br />
        &nbsp;&nbsp;<sub>🎨&nbsp;Design</sub>
      </td>
    </tr>
    <tr>
      <td valign="middle">
        <a href="https://github.com/kevinaimonster"><img src="https://avatars.githubusercontent.com/u/172621334?v=4&amp;size=112" width="56" align="left" alt="Kevin" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/kevinaimonster">Kevin</a></strong><br />
        &nbsp;&nbsp;<sub>💻&nbsp;Code</sub>
      </td>
      <td valign="middle">
        <a href="https://github.com/huachenjie238-oss"><img src="https://avatars.githubusercontent.com/u/261379605?v=4&amp;size=112" width="56" align="left" alt="huachenjie238-oss" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/huachenjie238-oss">huachenjie238-oss</a></strong><br />
        &nbsp;&nbsp;<sub>📈&nbsp;Growth</sub>
      </td>
      <td valign="middle">
        <a href="https://github.com/JingYangGit"><img src="https://avatars.githubusercontent.com/u/169429757?v=4&amp;size=112" width="56" align="left" alt="Jing@Meowy" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/JingYangGit">Jing@Meowy</a></strong><br />
        &nbsp;&nbsp;<sub>📈&nbsp;Growth</sub>
      </td>
    </tr>
    <tr>
      <td valign="middle">
        <a href="https://github.com/AMTso7aw"><img src="https://avatars.githubusercontent.com/u/113247039?v=4&amp;size=112" width="56" align="left" alt="Zhiheng Chen" /></a>
        &nbsp;&nbsp;<strong><a href="https://github.com/AMTso7aw">Zhiheng Chen</a></strong><br />
        &nbsp;&nbsp;<sub>💻&nbsp;Code</sub>
      </td>
    </tr>
  </tbody>
</table>
<!-- ALL-CONTRIBUTORS-LIST:END -->

</details>

## Star History

<p align="center">
  <a href="https://www.star-history.com/#Intuition-Lab/personal-model&amp;Date">
    <img src="docs/assets/readme/star-history.svg" alt="Star history for Intuition-Lab/personal-model through July 31, 2026" width="100%">
  </a>
</p>

<p align="center"><sub>Snapshot through July 31, 2026 · <a href="https://www.star-history.com/#Intuition-Lab/personal-model&amp;Date">Open on Star History</a></sub></p>

