Agentβ™₯︎Age
Catalog

Panella

Official

by panellatech Β· Python

Governed, self-hosted memory for AI agents: writes queue until a named person approves.

io.github.panellatech/panella (MCP) Server

This MCP server provides governed, self-hosted memory for AI agents. It supports proposed memory writes that require approval by an authorized approver before becoming durable, using a chain-verified approval receipt to prevent silent background rewrites.

πŸ› οΈ Key Features

  • Governed write workflow for AI agent memory
  • Self-hosted operation (β€œruns on your own box”)
  • Default-deny and fully auditable behavior
  • Durable writes only after chain-verified approval receipt
  • Standard MCP server compatible with MCP clients

πŸš€ Use Cases

  • Storing agent-written memory under company-controlled governance
  • Requiring explicit approval before memory is persisted
  • Preventing unapproved memory updates

⚑ Developer Benefits

  • Works with MCP clients such as Claude Code, Claude Desktop, Cursor, or any MCP client
  • Simple connection/setup (β€œconnects with one line”)
  • Installation via uv tool install panella and startup with panella up --yes --home ~/panella-box

⚠️ Limitations

  • Memory writes are proposed and wait for approval; persistence is not immediate
  • Requires an authorized approver and chain-verified approval receipts
Panella - agentage MCP Catalog