Skip to content
Grok

squiggles for Grok

io.github.carldaws/squiggles

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

client:Grok transport:stdio runtime:npm

Install squiggles in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

squiggles in other clients