Skip to content
Windsurf

World Model MCP for Windsurf

io.github.putervision/world-model-mcp

Persistent 3D/2D spatial world model for AI agents with entity tracking and simulation.

client:Windsurf transport:stdio runtime:npm

Install World Model MCP in Windsurf

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

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

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

World Model MCP in other clients