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
{
"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