This repo contains code for the Vanta plugin for Claude Code.
For general documentation on Claude Code plugins see the docs
It's important to verify changes to the plugin spec.
Load the plugin directly from disk without installing:
claude --plugin-dir /path/to/vanta-mcp-pluginThen verify:
/help— skills should appear as/vanta:fix-test,/vanta:list-tests,/vanta:test-remediation/mcp— MCP serversvanta-us,vanta-eu,vanta-ausshould be listed
Use /reload-plugins to pick up changes without restarting the session.
This tests the real installation flow: clone, copy to cache, load from cache.
-
Add the marketplace from a branch:
/plugin marketplace add VantaInc/vanta-mcp-plugin@<branch-name> -
Install the plugin:
/plugin install vanta@VantaInc-vanta-mcp-plugin -
Verify skills and MCP servers load as described above.
This exercises the full path including marketplace.json resolution, plugin copying to ~/.claude/plugins/cache/, and component discovery from the cached copy.