bernstein for Cursor
io.github.sipyourdrink-ltd/bernstein
The open-source governance layer for AI agents. Byte-identical run receipts, 40+ adapters, air-gap.
client:Cursor
transport:stdio
runtime:pypi
Install bernstein in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bernstein": {
"type": "stdio",
"command": "uvx",
"args": [
"bernstein"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs