OpenScout for Cursor
io.github.oscout/scout
Coordinate local coding agents and track handoffs. For high-trust developer pilots.
client:Cursor
transport:stdio
runtime:npm
Install OpenScout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openscout/scout"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs