PluginBench
MCP Server
Maintained
MIT

vaultit MCP Server

io.github.TheRealDataBoss/vaultit

What is the vaultit MCP server?

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

How to install vaultit

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaultit": {
      "command": "uvx",
      "args": [
        "vaultit"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vaultit": {
      "command": "uvx",
      "args": [
        "vaultit"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vaultit": {
      "command": "uvx",
      "args": [
        "vaultit"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vaultit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vaultit"
      ]
    }
  }
}
Claude Code
claude mcp add vaultit -- uvx vaultit

Related MCP servers

contextkeeper

Maintained

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

0
Python
MIT
View repository →