br8n for Cursor
io.github.anthonysuherli/br8n
Capture dev context on interrupt; replay it as a 30-second resume card. Git stash for your head.
client:Cursor
transport:stdio
runtime:pypi
Install br8n in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"br8n": {
"type": "stdio",
"command": "uvx",
"args": [
"br8n"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs