Odel
Persome

Persome

Local
@intuition-lab1.3kPythonApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpersonal-modelv0.3.2

Run

uvx personal-model

MCP client config

{
  "mcpServers": {
    "persome": {
      "command": "uvx",
      "args": [
        "personal-model"
      ]
    }
  }
}