MCP server exposing comfy-vault's ComfyUI model tools to Claude and Codex.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"comfy-vault-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# comfy-vault-mcp [](https://pypi.org/project/comfy-vault-mcp/) [](https://github.com/Chepko932/comfy-vault-mcp/actions/workflows/ci.yml) An [MCP](https://modelcontextprotocol.io) server that exposes [comfy-vault](https://github.com/Chepko932/comfy-vault) to coding agents, so you can ask Claude or Codex to audit and clean up your ComfyUI model library in plain language. It wraps the comfy-vault library (PyPI package `comfy-model-vault`, a real dependency — not vendored) as five tools. The agent calls them; comfy-vault does the work. ## Tools | Tool | What it does | |------|--------------| | `vault_scan` | Index a models directory recursively; counts, sizes, categories. | | `vault_orphans` | List models no workflow references (read-only). | | `vault_lora_info` | Look up Civitai metadata for a file by its content hash. | | `vault_duplicates` | Find byte-identical duplicate models (same SHA256). | | `vault_delete` | Delete orphans — **dry-run unless `confirm=true`**, fenced to the scanned roots. | ## Install ```bash pip install comfy-vault-mcp ``` This installs `comfy-model-vault` (the comfy-vault library) as a dependency. Python 3.10+. ## Use with Claude Code ```bash claude mcp add comfy-vault -- comfy-vault-mcp ``` or add it to `.mcp.json` in your project: ```json { "mcpServers": { "comfy-vault": { "command": "comfy-vault-mcp" } } } ``` ## Use with Codex CLI Add to `~/.codex/config.toml`: ```toml [mcp_servers.comfy-vault] command = "comfy-vault-mcp" ``` ## Example Once connected, ask in natural language: > "Find all unused Pony LoRAs over 2 GB in `D:\ComfyUI\models`, check which of > them still exist on Civitai, and show me the duplicates — but don't delete > anything yet." The agent will call `vault_orphans`, `vault_lora_info`, and `vault_duplicates`, then summarise. `vault_delete` stays a d…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.