Skip to content
VS Code

truesignal for VS Code

io.github.rudrendupaul/truesignal

Wraps the truesignal CLI as a single generic MCP tool for threat/connector status checks.

client:VS Code transport:stdio runtime:pypi

Install truesignal in VS Code

.vscode/mcp.json

{
  "servers": {
    "truesignal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "truesignal-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

truesignal in other clients