World Model MCP for VS Code
io.github.putervision/world-model-mcp
Persistent 3D/2D spatial world model for AI agents with entity tracking and simulation.
client:VS Code
transport:stdio
runtime:npm
Install World Model MCP in VS Code
.vscode/mcp.json
{
"servers": {
"world-model-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/world-model-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs