Skip to content
Windsurf

Behavior Runtime MCP for Windsurf

io.github.putervision/behavior-mcp

In-browser ~60Hz behavior tree execution engine with reactive triggers and safety guardrails.

client:Windsurf transport:stdio runtime:npm

Install Behavior Runtime MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "behavior-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/behavior-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Behavior Runtime MCP in other clients