Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Code Snippets

    7 stars
    JavaScript
    Updated Jul 14, 2025

    Table of Contents

    • Overview
    • Features
    • Prerequisites
    • Installation
    • Usage
    • 1. Create Snippet
    • 2. List Snippets
    • 3. Delete Snippet
    • Development
    • Build
    • Lint
    • Contributing

    Table of Contents

    • Overview
    • Features
    • Prerequisites
    • Installation
    • Usage
    • 1. Create Snippet
    • 2. List Snippets
    • 3. Delete Snippet
    • Development
    • Build
    • Lint
    • Contributing

    Documentation

    Code Snippet Server

    Overview

    Code Snippet Server is a Model Context Protocol (MCP) server designed to manage and store code snippets across different programming languages. It provides a flexible and extensible way to create, list, and delete code snippets using a standardized server interface.

    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

    Prerequisites

    • Node.js (18.x, 20.x, or 22.x)
    • npm

    Installation

    bash
    git clone git@github.com:ngeojiajun/mcp-code-snippets.git
    npm run build
    npm link
    # Or you can do
    npx @ngeojiajun/code-snippet-server

    Usage

    The server exposes three primary tools:

    1. Create Snippet

    Create a new code snippet with a title, language, and code.

    Parameters:

    • title (required): Name of the snippet
    • language (required): Programming language
    • code (required): The actual code snippet
    • tags (optional): Array of tags for categorization

    2. List Snippets

    Retrieve a list of snippets with optional filtering.

    Parameters:

    • language (optional): Filter snippets by programming language
    • tag (optional): Filter snippets by tag

    3. Delete Snippet

    Remove a snippet from storage.

    Parameters:

    • id (required): Unique identifier of the snippet to delete

    Development

    Build

    bash
    npm run build

    Lint

    bash
    npm run lint

    Contributing

    Any PRs are welcome

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k