Skip to main content
Glama
Intuition-Lab

Persome MCP Server

Official

Personal Model: local-first AI memory for coding agents

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.

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

Related MCP server: spark-mcp

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.

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.

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

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

Work while you sleep

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

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

  • 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:

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 get_model_snapshot. Summarize my active priorities and unresolved work, 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

  • 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, 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 History

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A universal, local-first MCP hub that indexes personal files (documents, code, etc.) and provides private semantic search via hybrid dense+BM25 retrieval, enabling agents like Claude Desktop to query your data without sending it to the cloud.
    Last updated
    17
    6
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables users to access, search, and analyze Spark Desktop meeting transcripts and emails through natural language via the Model Context Protocol.
    Last updated
    11
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI assistants to query local conversation transcripts and relationship data via a local MCP server, allowing retrieval of past conversations and facts about people.
    Last updated
    1
    AGPL 3.0
  • F
    license
    -
    quality
    C
    maintenance
    Enables local document question-answering and retrieval via MCP, supporting multi-turn conversation, intent recognition, and tools for document search, Q&A, and summarization.
    Last updated
    2

View all related MCP servers

Related MCP Connectors

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

  • Agentic search over your Dewey document collections from any MCP-compatible client.

  • Secure, user-owned long-term memory for AI agents over OAuth-protected remote MCP. Save, search, recall, update, and govern preferences, project context, decisions, and task state across ChatGPT, Claude, Copilot, IDEs, and CLIs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Intuition-Lab/personal-model'

If you have feedback or need assistance with the MCP directory API, please join our Discord server