Skip to content
VS Code

selvo for VS Code

io.github.cope-labs/selvo

Linux CVE prioritisation: 16 MCP tools for scan, fleet, runtime, and PR-able fix discovery.

client:VS Code transport:stdio runtime:pypi

Install selvo in VS Code

.vscode/mcp.json

{
  "servers": {
    "selvo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "selvo"
      ]
    }
  }
}

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

selvo in other clients