MCP Vault: Secure Gateway & Booster for Antigravity
Project description
⚡ MCP Vault (mcpv)
The Ultimate Performance Booster for AI Agents
"Reduce system lag by 99%, eliminate loading times, and cut token costs by 90%."
[!CAUTION] ⚠️ Compatibility Warning
Currently, this project ONLY supports Windows OS and the Antigravity agent environment.
❓ Why mcpv?
Have you ever felt this while using AI Agents (Antigravity, Cursor)?
"Why is it so heavy?"
"It froze again..."
"Why are the token costs so high?"
mcpv is not just a tool. It is a Turbo Engine for your agent.
🏎️ Overwhelming Performance Difference
| Feature | 😫 Without mcpv (Before) |
⚡ With mcpv (After) |
📈 Effect |
|---|---|---|---|
| Speed | No GPU, Laggy UI | Forced GPU Acceleration, Smooth | 100x Perceived Speed |
| Loading | Wait 10s+ every time | 0.1s Instant Start (Lazy Load) | Zero Latency |
| Cost | Resend full code every time | Auto-block Duplicates (Smart Cache) | 90% Savings |
✨ 3 Core Features
1️⃣ Booster Injection (Physical Acceleration)
"Unlock hardware limits with one line"
- Forced GPU Activation: Injects hidden rendering acceleration flags (
--enable-gpu-rasterization). - Permission Bypass: Bypasses annoying admin permission requests (Error 740) using
RunAsInvoker. - Zombie Process Killer: Automatically cleans up ghost processes occupying ports.
2️⃣ Smart Valve (Cost Defense)
"Smart wallet protector that saves for you"
- Detects the massive context data (
repomix) that agents habitually request. - Sends only the first time, and replies with a 10-token "Already cached" message from the second time onwards.
- Physically blocks accidental token bombs.
3️⃣ Gateway Hijacking (Secure Vault)
"Stop struggling with complex configs"
- Automatically migrates existing complex MCP settings to a secure Vault.
- The agent talks only to
mcpv, but all tools work perfectly behind the scenes.
🛠️ Verified Recommended Setup
Verified MCP server configuration used by the developer. It creates the best synergy when used with mcpv.
{
"mcpServers": {
"rube": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://rube.app/mcp"]
},
"open-aware": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://open-aware.qodo.ai/mcp"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "PUT_IN_YOUR_API_KEY_HERE"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"mcp-server-neon": {
"disabled": false,
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.neon.tech/sse"],
"env": {
"NEON_API_KEY": "NEVERCHANGE_DONT_PUT_IN_ANYTHING_ELSE_THAN_ME_HERE"
}
}
}
}
🚀 Installation & Running Guide (Windows / uv)
We recommend installing and running this project in an independent virtual environment (.venv) using uv.
✅ Execute the commands below in your PowerShell at the project root folder (where this README is located).
0. Prerequisites
- Windows 10/11
- PowerShell
uvinstalled- Check installation:
uv --version
- Check installation:
1. Clean Up Existing Processes (Optional)
To avoid conflicts, stop any existing mcpv or Python processes if you are reinstalling.
⚠️ Stopping
pythonprocesses might affect other tasks. Run with caution.
Stop-Process -Name "mcpv" -Force -ErrorAction SilentlyContinue
Stop-Process -Name "python" -Force -ErrorAction SilentlyContinue
2. Create Virtual Environment & Install Package
Use uv to create a clean environment isolated from the system Python.
# Install uv (if not already installed)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Create virtual environment (.venv)
uv venv
# Install mcpv package in the virtual environment
uv pip install .
3. Register Antigravity Settings (Critical)
Run the installation command using the Python from the created virtual environment.
# Register mcpv to Antigravity using the internal .venv Python.
.venv\Scripts\python -m mcpv install --force
4. Run
Double-click the Antigravity Boost (mcpv) shortcut created on your desktop.
(Optional) Verify Installation
Check if the mcpv module loads correctly within the .venv.
.venv\Scripts\python -m mcpv --help
☕ Support
If this project helped you save tokens and time, consider buying me a coffee!
Developed for High-Performance AI Agent Operations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcpv-0.2.0.tar.gz.
File metadata
- Download URL: mcpv-0.2.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f345e04ddce42f05b26ba57ecabcaed74ca54753cb326d72985419b642c196b
|
|
| MD5 |
447a73238486ad4ad63b2c141f331db0
|
|
| BLAKE2b-256 |
4fc5cf128a3e18b8c0d3fed2fc2fb59dd332b0d8b587db0ff1519fa7433a935f
|
File details
Details for the file mcpv-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mcpv-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9134593336192e95a8422b13a2cfcb688d1176dda036f35c80dfbf6e4c746591
|
|
| MD5 |
7da81dbd93b75f582310afbc0a39b1cb
|
|
| BLAKE2b-256 |
e313fc60871d7896e964691cd5184de60663d60430be0e6f0580d7e3b41b23cb
|