accountable-surface

HarperZ9/accountable-surface
★ 2 stars Python AI/LLM Updated 14d ago
Gate AI-agent actions with explicit grants, durable journals, MCP server support, and verification.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "accountable-surface": {
      "command": "uvx",
      "args": [
        "accountable-surface"
      ]
    }
  }
}

Or install with pip: pip install accountable-surface

README Excerpt

> Gate agent actions with explicit grants, durable journals, and verification. Accountable Surface is a Python and MCP workbench for controlled agent action. It lets an agent perceive a bounded target, propose an action, pass that action through an operator-loaded grant, execute only when allowed, and verify the

Tools (1)

AccountableSurface