Skip to content
Cursor

reality next door walk for Cursor

io.github.chaytanc/reality-next-door-walk

Walk a cited post-extraction Seattle as an MCP world: go(), talk_to(), do(). Read-only, untracked.

client:Cursor transport:stdio runtime:npm

Install reality next door walk in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "reality-next-door-walk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reality-next-door-walk"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

reality next door walk in other clients