PEAC Protocol: Signed interaction receipts for Cursor
io.github.peacprotocol/peac
Portable signed records for agent, API, MCP, and cross-runtime interactions.
client:Cursor
transport:stdio
runtime:npm
Install PEAC Protocol: Signed interaction receipts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"peac": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@peac/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs