Persome for Cursor
io.github.intuition-lab/personal-model
Local-first personal memory and model server for trusted MCP agents on macOS.
client:Cursor
transport:stdio
runtime:pypi
Install Persome in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"personal-model": {
"type": "stdio",
"command": "uvx",
"args": [
"personal-model"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs