Code Snippet ServerServer

ngeojiajun
GitHub
code managementdeveloper toolsMCP server

Loading subscription status...

💡 Description

The Code Snippet Server is an MCP server designed to manage and store code snippets in various programming languages. It offers a flexible and extensible way to create, list, and delete code snippets through a standardized server interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Code Snippet Server": {
        "env": {},
        "args": [],
        "command": "npm run build"
      }
    }
  ]
}

🛠️ Tools

delete_snippetlist_snippetscreate_snippet

Features

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

💬 Example Queries

  • Create a new code snippet with title, language, and code.
  • List my code snippets filtered by language or tag.
  • Delete a specific code snippet by its unique ID.