Skip to content
Zed

Behavior Runtime MCP for Zed

io.github.putervision/behavior-mcp

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

client:Zed transport:stdio runtime:npm

Install Behavior Runtime MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Behavior Runtime MCP in other clients