This MCP server provides a local, tamper-evident audit log for agent actions using a SHA-256 hash chain. It supports logging events, retrieving and searching audit history, verifying chain integrity, and generating audit statistics.
From the registry: Immutable audit trail for agent-to-agent interactions

$ pip install mcp fastmcpPlease install the `agent-audit-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.10+** — Python 3.10 or newer is required to run the server.
- **Install Python dependencies** — Install the required Python packages `mcp` and `fastmcp`. Run: `pip install mcp fastmcp`
- **Obtain the server code locally** — You need a local copy of the `agent-audit-mcp` repository so you can run `server.py` by absolute path. (https://github.com/Rumblingb/agent-audit-mcp)
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["/absolute/path/to/agent-audit-mcp/server.py"]
Note: Data is stored locally at `~/.agentaudit/chain.json`. No environment variables are documented. README only documents running the server from a local checkout via `python /absolute/path/to/agent-audit-mcp/server.py`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.