signalint

TranQui004/signalint
★ 0 stars TypeScript Code/Dev Tools Updated today
npm-published MCP server for compact, cached, loop-aware JavaScript and TypeScript diagnostics
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Signalint is a local MCP server for JavaScript and TypeScript diagnostics. It runs Oxlint, TypeScript, and optionally Biome; caches unchanged checks; clusters repeated issues; and warns when the same diagnostic disappears and repeatedly returns. Loop history is restored from valid `.signalint/session.jsonl` entries when the MCP

Topics

developer-toollintersmcptypescript