World Model MCP for Zed
io.github.putervision/world-model-mcp
Persistent 3D/2D spatial world model for AI agents with entity tracking and simulation.
client:Zed
transport:stdio
runtime:npm
Install World Model MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"world-model-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/world-model-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs