Procheiron for VS Code
io.github.logotheusneuro-cpu/procheiron
Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.
client:VS Code
transport:stdio
runtime:pypi
Install Procheiron in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "procheiron-signing-key",
"description": "PROCHEIRON_SIGNING_KEY",
"password": true
}
],
"servers": {
"procheiron": {
"type": "stdio",
"command": "uvx",
"args": [
"procheiron"
],
"env": {
"PROCHEIRON_SIGNING_KEY": "${input:procheiron-signing-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs