Skip to content
Cursor

Procheiron for Cursor

io.github.logotheusneuro-cpu/procheiron

Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.

client:Cursor transport:stdio runtime:pypi

Install Procheiron in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "procheiron": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "procheiron"
      ],
      "env": {
        "PROCHEIRON_SIGNING_KEY": "<PROCHEIRON_SIGNING_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Procheiron in other clients