MCP Server
MCP
Panella
Governed, self-hosted memory for AI agents: writes queue until a named person approves.
Install
uvx panella
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "panella",
"version": "0.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8001/mcp"
},
"packageArguments": [
{
"value": "up",
"type": "positional"
},
{
"type": "named",
"name": "--yes"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment