PromptVault
Connect

documentation

Prompts as software.

A prompt is a directory: one manifest plus one Markdown file per semver revision. Nothing else.

prompts/
prompts/
└── auditoria/
    ├── manifest.json     name, tags, stats, versions[]
    └── 1.0.0.md          the prompt itself

$ list [query] [-t tag] [-l limit]

List or search prompts. In a TTY it opens an interactive picker and writes the chosen prompt to ./PromptVault/<name>.md.

$ get <name> [-v version]

Print the raw content of a prompt at the given version, or the latest one.

$ run <name> <path> [-v version]

Render a prompt with the contents of a file or directory appended as execution context.

$ mcp start

Start the MCP server on stdio transport.