mcpbeat Sign in

vaultit MCP Server

local only

vaultit runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from pypi. Last commit 16 Mar 2026.

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

Installs per day peak 39 · avg 10 · -63% w/w
a month agotoday
39
Installs / week
pypi · vaultit
0
Stars
0 open issues
16 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] vaultit/__init__.py:1, [пакет] vaultit/api.py:1, [пакет] vaultit/auth.py:1 и ещё 18
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/npm/lib/doctor.js:19
    return execSync(cmd, { encoding: 'utf8', stdio: ['pipe', 'pipe', 'pipe'] }).trim()
    result = subprocess.run(args, capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vaultit -- uvx vaultit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaultit": {
      "args": [
        "vaultit"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vaultit]
command = "uvx"
args = ["vaultit"]
.cursor/mcp.json
{
  "mcpServers": {
    "vaultit": {
      "args": [
        "vaultit"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vaultit": {
      "args": [
        "vaultit"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to vaultit

same job, measured the same way
contextkeeper
by therealdataboss

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

159 installs/wk local only
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

887 installs/wk local only
I
Pmat Agent
by paiml

Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support

local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
AI Consensus
by thestevenjohnstone

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

32 installs/wk local only
Baton
by kasabeh

Pass the baton between coding agents: convert sessions across Claude Code, OpenCode, Codex & more.

68 installs/wk local only
agentcheck
by agentwares

Synthetic checks, nightly regression replay and model-drift alerts for AI agents

8 tools answering
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering

vaultit — questions

Answers built from our own checks of this server.

Why is there no uptime for vaultit?
vaultit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vaultit was installed 39 times last week.
How do I connect vaultit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vaultit straight from pypi; nothing to host, nothing to sign up for.
How many people use vaultit?
The pypi package vaultit was installed 39 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is vaultit open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.