Skip to content
VS Code

evolveguard for VS Code

io.github.rudrendupaul/evolveguard

Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.

client:VS Code transport:stdio runtime:pypi

Install evolveguard in VS Code

.vscode/mcp.json

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

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

evolveguard in other clients