Skip to content
Cursor

vector mirror for Cursor

io.github.c64dos-png/vector-mirror

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

client:Cursor transport:stdio runtime:npm

Install vector mirror in Cursor

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

{
  "mcpServers": {
    "vector-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vector-mirror"
      ]
    }
  }
}

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

vector mirror in other clients