snippet-vault
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@snippet-vaultSave the debounce function with tag utility"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
snippet-vault
An MCP server that gives Claude a personal code snippet library. Save snippets during any conversation and retrieve them later — across sessions, projects, and machines.
What it does
save_snippet — save any code block with a title, language, and tags
search_snippets — search by title, language, tag, or content
get_snippet — retrieve a full snippet by ID
list_snippets — see all saved snippets
delete_snippet — remove a snippet by ID
Snippets are stored locally at ~/.snippet-vault/snippets.json — your data stays on your machine.
Related MCP server: Snippets MCP
Example prompts
"Save this debounce function to my vault with tags: utility, typescript"
"Find my auth middleware snippet"
"Show me all my Python snippets"
"List everything in my vault"
"Delete snippet abc123"
Add to Claude Desktop
{
"mcpServers": {
"snippet-vault": {
"command": "npx",
"args": ["-y", "@engineeringmatrixexplorer/snippet-vault"]
}
}
}Add to Claude Code
claude mcp add snippet-vault -- npx -y @engineeringmatrixexplorer/snippet-vaultWhere snippets are stored
Snippets live at ~/.snippet-vault/snippets.json on your machine. No cloud, no account, no tracking.
Requirements
Node.js 18+
Part of the MCP Developer Tools Bundle
This server is also available as part of a bundle with engineering-matrix-explorer and stack-advisor.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables Claude to manage GitHub Gists as an intelligent code library, allowing users to save, retrieve, update, and organize code snippets from anywhere with natural language commands.Last updated
- Alicense-qualityCmaintenanceEnables storing, searching, and managing code snippets using hybrid semantic search and keyword matching with automatic language detection and tag-based organization.Last updated162MIT
- Alicense-qualityAmaintenanceEnables searching and retrieving Claude Code conversation history that would otherwise expire after 30 days. Supports full-text search, semantic search, and session management with automatic backup of all conversations.Last updated1828MIT
- Alicense-qualityCmaintenancePersistent knowledge base tools for Claude Code that store project context, decisions, and patterns locally across sessions, eliminating cold starts.Last updatedMIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/officechbusinessservices-creator/snippet-vault'
If you have feedback or need assistance with the MCP directory API, please join our Discord server