mcp-code-snippets

mcp-code-snippets

3.3

If you are the rightful owner of mcp-code-snippets and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Code Snippet Server is a Model Context Protocol (MCP) server designed to manage and store code snippets across different programming languages.

Code Snippet Server is a versatile MCP server that allows users to manage code snippets efficiently. It supports creating, listing, and deleting snippets with a standardized interface, making it easy to handle code across various programming languages. The server is designed to be flexible and extensible, providing localization support and persistent local storage. It is built on Node.js and requires npm for installation and management. The server is ideal for developers who need a reliable way to organize and access code snippets, with features that support filtering by language or tags.

Features

  • Create code snippets with title, language, and code
  • List snippets with optional filtering by language or tag
  • Delete snippets by their unique ID
  • Localization support
  • Persistent local storage