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
Latest Blog Posts
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