Skip to content
VS Code

Auditra for VS Code

io.github.mwstech/auditra

Read-only MCP server for WordPress plugin audits: vulnerabilities, bloat, cron, orphaned tables.

client:VS Code transport:streamable-http

Install Auditra in VS Code

.vscode/mcp.json

{
  "servers": {
    "auditra": {
      "type": "http",
      "url": "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
    }
  }
}

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

Auditra in other clients