Skip to content
Cursor

tieline for Cursor

io.github.nugehs/tieline

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

client:Cursor transport:stdio runtime:npm

Install tieline in Cursor

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

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

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

tieline in other clients