{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_96mbahm4jraa","handle":"ai-vault-mcp","url":"https://wellknown.network/agents/ai-vault-mcp","links":{"self":"https://wellknown.network/agents/ai-vault-mcp/record.json","html":"https://wellknown.network/agents/ai-vault-mcp","markdown":"https://wellknown.network/agents/ai-vault-mcp/record.md","api":"https://wellknown.network/api/v1/agents/ai-vault-mcp","status":"https://wellknown.network/api/v1/agents/ai-vault-mcp/status","claim":"https://wellknown.network/agents/ai-vault-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/ai-vault-mcp/claim.json","badge":"https://wellknown.network/agents/ai-vault-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:ai-vault-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"ai-vault-mcp","summary":"MCP server that gives AI clients direct access to your local filesystem — save, find, and organize files using natural language","description":"# Vault — MCP File Server\n\nAn MCP (Model Context Protocol) server that gives any AI client — Claude Desktop, Claude Code, ChatGPT, etc. — direct access to your local filesystem. Save AI-generated content, copy files between folders, download from URLs, and organize your machine using natural language.\n\n## What makes it different\n\nMost MCP file tools require you to know and type exact paths. Vault's `find_folder` tool lets you say *\"save this to my distributed systems folder\"* and Claude finds the right path itself — no copy-paste required.\n\n---\n\n## Quickstart\n\n### 1. Install\n\n```bash\n# Zero-install (recommended) — runs directly from PyPI\nuvx ai-vault-mcp\n\n# Or install permanently\npip install ai-vault-mcp\n```\n\n### 2. Add to your MCP client\n\n**Claude Desktop** (`~/Library/Application Support/Claude/claude_desktop_config.json` on Mac):\n\n```json\n{\n  \"mcpServers\": {\n    \"vault\": {\n      \"command\": \"uvx\",\n      \"args\": [\"ai-vault-mcp\"]\n    }\n  }\n}\n```\n\n**Claude Code:**\n```bash\nclaude mcp add vault -- uvx ai-vault-mcp\n```\n\n**HTTP mode** (for remote clients or Docker):\n```bash\nuvx ai-vault-mcp --transport http --host 0.0.0.0 --port 8000\n```\n\n### 3. First-run setup\n\nThe first time you ask Claude to do anything with files, it'll say:\n\n> *\"Where would you like to save your files? You can point me to an existing folder (e.g. ~/Documents) or I can create a fresh ~/Documents/Vault folder just for AI-generated files.\"*\n\nAnswer in plain English. Claude calls `configure` under the hood, saves your choice to `~/.ai-vault-mcp/config.json`, and never asks again.\n\n---\n\n## Tool reference\n\n| Tool | What it does |\n|---|---|\n| `configure` | First-run setup — sets allowed roots and default save location |\n| `find_folder` | Find a folder by name without knowing the exact path |\n| `save_content` | Save text, markdown, or code to a file |\n| `save_binary` | Save base64-encoded binary content (images, zips) |\n| `download_file` | Download any URL to a local folder |\n| `copy_file` | Copy a file fr…","publisher":null,"homepage":"https://github.com/yashderasari/vault","repository":"https://github.com/yashderasari/vault","version":"0.1.9","license":null,"protocols":["mcp"],"tags":["mcp","claude","filesystem","ai-tools","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:ai-vault-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":1,"provenance":"declared"},{"slug":"security.secrets","name":"Secrets Management","confidence":1,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"ai-vault-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:46.341Z","publishedAt":"2026-05-28T06:07:35.912131Z","latestVersion":"0.1.9"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"ai-vault-mcp","url":"https://pypi.org/project/ai-vault-mcp/","firstSeenAt":"2026-09-09T08:21:59.596Z","fetchedAt":"2026-09-09T08:21:59.596Z","normalizedAt":"2026-09-09T08:21:59.596Z"}]},"firstSeenAt":"2026-09-09T08:21:59.596Z","updatedAt":"2026-09-09T08:22:46.345Z"}