Behavior Runtime MCP for VS Code
io.github.putervision/behavior-mcp
In-browser ~60Hz behavior tree execution engine with reactive triggers and safety guardrails.
client:VS Code
transport:stdio
runtime:npm
Install Behavior Runtime MCP in VS Code
.vscode/mcp.json
{
"servers": {
"behavior-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/behavior-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs