PromptVault
Connect

agent-ready

One server, three tools, any agent.

PromptVault ships an MCP server over stdio. Point any MCP client at it and the whole vault becomes callable.

mcp.json
{
  "mcpServers": {
    "promptvault": {
      "command": "npx",
      "args": ["promptops", "mcp", "start"]
    }
  }
}

stdio transport — no network surface, no credentials

promptvault_search_prompts

(query?, tag?, limit)

Search available prompts by name, description or tag. Called first when the user names a category rather than a prompt.

promptvault_get_prompt

(name, version?)

Return the raw content of a prompt. Omitting the version resolves the highest semver revision.

promptvault_run_prompt

(name, path, version?)

Render a prompt against a file or directory, inlining the readable text files found there as execution context.