Skip to content
Cursor

signalint for Cursor

io.github.tranqui004/signalint

Local stdio MCP server for cached, loop-aware JS/TypeScript diagnostics (Oxlint, tsc, Biome).

client:Cursor transport:stdio runtime:npm

Install signalint in Cursor

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

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

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

signalint in other clients