Intuition-Lab/personal-model

★ 1,320⑂ 0

Build your HUMAN.md.

About Intuition-Lab/personal-model

Intuition-Lab/personal-model is an open-source project on GitHub, mainly written in Python. Build your HUMAN.md. It currently holds 1,320 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Agent Memory board.

GitHub Repository Details

Repository Intuition-Lab/personal-model · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Personal Model: local-first AI memory for coding agents

https://github.com/Intuition-Lab/personal-model/blob/HEAD/Looping 10-second preview of the Personal Model viewer orbiting an evidence-linked model

Auto-playing preview · Full-quality demo and v0.3.2 release notes

Build your HUMAN.md — local-first AI memory for Claude Code, Codex, and MCP

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 Release GitHub stars License: Apache-2.0 macOS 13+ MCP Official MCP Registry

Install Personal Model · Connect your AI tool · Star Personal Model on GitHub

Illustration of a mature Personal Model with evidence-linked Points, Lines, Faces, Volumes, and a Root

_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.

Codex, Cursor Agent, and other MCP-compatible clients. new evidence can strengthen, revise, or overturn an earlier inference. data without depending on a hosted memory service. 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 | Native Personal Model installer | persome install claude-code | | Codex CLI and IDE extension | Native Personal Model installer | persome install codex | | Cursor Agent CLI | Native Personal Model installer | persome install cursor-agent | | Claude Desktop | Managed stdio config | persome install claude-desktop | | opencode | Managed local stdio config | persome install opencode | | Other compatible clients | Generated MCP JSON | persome install mcp-json --filename persome-mcp.json |

The MCP client guide 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.

https://github.com/Intuition-Lab/personal-model/blob/HEAD/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.

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.

https://github.com/Intuition-Lab/personal-model/blob/HEAD/The same AI gives two people different answers by using each person's Personal Model.

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

https://github.com/Intuition-Lab/personal-model/blob/HEAD/One Personal Model MCP connection gives trusted coding agents evidence-linked context.

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

https://github.com/Intuition-Lab/personal-model/blob/HEAD/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.

Work while you sleep

https://github.com/Intuition-Lab/personal-model/blob/HEAD/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.

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:

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:

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

Apple Vision framework. Onboarding verifies the isolated worker on both architectures. 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. An LLM is optional for collection and BM25 recall, but required for semantic modeling. You can configure a hosted/local provider for unattended processing:

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:

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:

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:

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:

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

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:

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:

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 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 and evaluation limits before treating this as a hosted service or a benchmark claim.

Privacy, ownership, and evidence

relevant permissions are explained and granted. can inspect with read_receipt and resolve_evidence. explicit erasure commands are available when history itself must be deleted. do not expose the localhost Runtime through a public tunnel.

Read the complete security and privacy model, model and evidence contract, and MCP tool contract.

Help us test more MCP clients

If your client is not listed above, start with the generic MCP setup. If it works, open an issue 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 for the development workflow and DCO requirements.

---

Star Personal Model on GitHub · Official MCP Registry · MCP client setup · Security & privacy

Contributors
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Singularity   Singularity
  💻 Code
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Li_Xufeng   Li_Xufeng
  💻 Code
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Siyi   Siyi
  🎨 Design
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Kevin   Kevin
  💻 Code
https://github.com/Intuition-Lab/personal-model/blob/HEAD/huachenjie238-oss   huachenjie238-oss
  📈 Growth
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Jing@Meowy   Jing@Meowy
  📈 Growth
https://github.com/Intuition-Lab/personal-model/blob/HEAD/Zhiheng Chen   Zhiheng Chen
  💻 Code

Star History

https://github.com/Intuition-Lab/personal-model/blob/HEAD/Star history for Intuition-Lab/personal-model through July 31, 2026

Snapshot through July 31, 2026 · Open on Star History

GitHub Stars & Activity

1,320Stars
0Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars1,320
Forks0
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

666ghj / MiroFish

Python★ 74,064⑂ 0
2

mem0ai / mem0

Python★ 65,695⑂ 0
3

bojieli / ai-agent-book

Python★ 48,844⑂ 0
4

volcengine / OpenViking

Python★ 38,148⑂ 0
5

topoteretes / cognee

Python★ 30,855⑂ 0
6

MemoriLabs / Memori

Python★ 16,849⑂ 0
7

NevaMind-AI / memU

Python★ 14,418⑂ 0
8

semantica-agi / semantica

Python★ 13,301⑂ 0

More AI Rankings