Home › Development › signalint

signalint

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

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-04 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.2)

npx -y signalint-mcp@0.4.2

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry