World Model MCP for Cursor
io.github.putervision/world-model-mcp
Persistent 3D/2D spatial world model for AI agents with entity tracking and simulation.
client:Cursor
transport:stdio
runtime:npm
Install World Model MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"world-model-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/world-model-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs