Comfy Vault
FreeNot checkedMCP server exposing comfy-vault's ComfyUI model tools to Claude and Codex.
About
MCP server exposing comfy-vault's ComfyUI model tools to Claude and Codex.
README
An MCP server that exposes 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
pip install comfy-vault-mcp
This installs comfy-model-vault (the comfy-vault library) as a dependency.
Python 3.10+.
Use with Claude Code
claude mcp add comfy-vault -- comfy-vault-mcp
or add it to .mcp.json in your project:
{
"mcpServers": {
"comfy-vault": {
"command": "comfy-vault-mcp"
}
}
}
Use with Codex CLI
Add to ~/.codex/config.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 dry-run until you explicitly confirm.
Offline / testing mode
Set COMFY_VAULT_CIVITAI_FIXTURES to a directory of recorded {sha256}.json
Civitai responses, and vault_lora_info resolves from those instead of the live
API — no network, no key. This is how the test suite runs. For live use, an
optional CIVITAI_API_KEY raises your rate limit but is not required.
License
MIT. Same license as comfy-vault, for consistency across the toolkit.
Installing Comfy Vault
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Chepko932/comfy-vault-mcpFAQ
Is Comfy Vault MCP free?
Yes, Comfy Vault MCP is free — one-click install via Unyly at no cost.
Does Comfy Vault need an API key?
No, Comfy Vault runs without API keys or environment variables.
Is Comfy Vault hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Comfy Vault in Claude Desktop, Claude Code or Cursor?
Open Comfy Vault on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Comfy Vault with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
