Baron for Cursor
io.github.loncadev/baron
Let your coding agent write to your work tracker: issues, branches, PRs and CI, one contract.
client:Cursor
transport:stdio
runtime:npm
Install Baron in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"baron": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lonca/baron-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs