Skip to main content
Glama

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-vault

Where 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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