agentseal for Cursor
io.github.joeybrar/agentseal
Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.
client:Cursor
transport:stdio
runtime:npm
Install agentseal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentseal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentseal-mcp"
],
"env": {
"AGENTSEAL_API_KEY": "<AGENTSEAL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs