Skip to content
VS Code

ci sentinel for VS Code

io.github.baneado98/ci-sentinel

Multi-CI security scanner with a live threat-intel feed of compromised CI components

client:VS Code transport:streamable-http

Install ci sentinel in VS Code

.vscode/mcp.json

{
  "servers": {
    "ci-sentinel": {
      "type": "http",
      "url": "https://ci-sentinel.vercel.app/mcp"
    }
  }
}

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

ci sentinel in other clients