Odel
signalint

signalint

Local
@tranqui0041TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsignalint-mcpv0.4.2

Run

npx -y signalint-mcp

MCP client config

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