Behavior Runtime MCP for Cursor
io.github.putervision/behavior-mcp
In-browser ~60Hz behavior tree execution engine with reactive triggers and safety guardrails.
client:Cursor
transport:stdio
runtime:npm
Install Behavior Runtime MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"behavior-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/behavior-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs