Skip to content
Grok

tieline for Grok

io.github.nugehs/tieline

Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.

client:Grok transport:stdio runtime:npm

Install tieline in Grok

.mcp.json (in your project root)

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

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

tieline in other clients