MCP server for AgentSeal that records agent actions into tamper-proof audit logs using SHA-256 hash chains. It also lets clients query past actions and verify the integrity of the chain.
From the registry: Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.
Please install the `agentseal` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npx** — Required to run the MCP server via npx. (https://nodejs.org/)
- **Create an AgentSeal API key** — Sign up at AgentSeal and obtain an API key for the MCP server. (https://agentseal.io)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","agentseal-mcp"]
- required environment variables:
- `AGENTSEAL_API_KEY`: Your AgentSeal API key. (example: `<your-agentseal-api-key>`)
- optional environment variables:
- `AGENTSEAL_URL`: Custom AgentSeal API base URL; defaults to the production service if omitted. (example: `<your-agentseal-url>`)
Note: README provides a stdio configuration using npx. The documented config is the same for Cursor and other MCP hosts.
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.AGENTSEAL_API_KEYrequiredYour API key from agentseal.ioAGENTSEAL_URLCustom API base URL (defaults to production)Dead code, security, secrets detection and code quality for Python, TypeScript, Go.