Skip to content
Cursor

squiggles for Cursor

io.github.carldaws/squiggles

Let your coding agent see the squiggles — LSP diagnostics, navigation, refactoring, and extras

client:Cursor transport:stdio runtime:npm

Install squiggles in Cursor

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

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

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

squiggles in other clients