Git for your prompts. Version, share, and iterate without losing what worked.
Works natively with
Built for developers who take prompts seriously.
Every change tracked. Roll back anytime.
pvault save, get, diff, history. Fast.
Works directly in Claude Code and Cursor.
See exactly what changed between versions.
Organize prompts. Find them instantly.
Sync from CLI to web and back.
Three steps to get started.
pvault save "You are..." --name my-prompt
pvault diff my-prompt 1 2
# works natively via MCP server
Add PromptVault's MCP server to your claude_desktop_config.json and access all your prompts directly in Claude Code.
{
"mcpServers": {
"promptvault": {
"command": "pvault",
"args": ["mcp-server"],
"env": {
"PROMPTVAULT_API_KEY": "pv_..."
}
}
}
}Join developers who treat their prompts like production code.