agentseal for Windsurf
io.github.joeybrar/agentseal
Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.
client:Windsurf
transport:stdio
runtime:npm
Install agentseal in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentseal": {
"command": "npx",
"args": [
"-y",
"agentseal-mcp"
],
"env": {
"AGENTSEAL_API_KEY": "<AGENTSEAL_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs