Skip to content
Cursor

evolveguard for Cursor

io.github.rudrendupaul/evolveguard

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

client:Cursor transport:stdio runtime:pypi

Install evolveguard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

evolveguard in other clients