Panella for Cursor
io.github.panellatech/panella
Governed, self-hosted memory for AI agents: writes queue until a named person approves.
client:Cursor
transport:stdio
runtime:pypi
Install Panella in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"panella": {
"type": "stdio",
"command": "uvx",
"args": [
"panella"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs