Skip to content
Cursor

Spine for Cursor

io.github.sylphxai/spine

Spine — repository architecture with file-level proof: graph, paths, traces, and impact.

client:Cursor transport:stdio runtime:npm

Install Spine in Cursor

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

{
  "mcpServers": {
    "spine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/spine"
      ]
    }
  }
}

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

Spine in other clients