Code Snippet Server
コードスニペットサーバー
概要
コードスニペットサーバーは、異なるプログラミング言語間でコードスニペットを管理・保存するために設計されたモデルコンテキストプロトコル(MCP)サーバーです。標準化されたサーバーインターフェースを使用して、コードスニペットを作成、一覧表示、削除するための柔軟で拡張性の高い方法を提供します。
Related MCP server: Remote MCP Server
特徴
タイトル、言語、コードを含むコードスニペットを作成する
言語またはタグによるフィルタリングが可能なリストスニペット
一意のIDでスニペットを削除する
ローカリゼーションサポート
永続的なローカルストレージ
前提条件
Node.js (18.x、20.x、または 22.x)
npm
インストール
git clone git@github.com:ngeojiajun-deriv/mcp-code-snippets.git
npm run build
npm link使用法
サーバーは 3 つの主要なツールを公開します。
1. スニペットを作成する
タイトル、言語、コードを含む新しいコード スニペットを作成します。
パラメータ:
title(必須): スニペットの名前language(必須): プログラミング言語code(必須): 実際のコードスニペットtags(オプション): 分類用のタグの配列
2. リストスニペット
オプションのフィルタリングを使用してスニペットのリストを取得します。
パラメータ:
language(オプション): プログラミング言語でスニペットをフィルタリングしますtag(オプション):タグでスニペットをフィルタリングする
3. スニペットを削除する
ストレージからスニペットを削除します。
パラメータ:
id(必須): 削除するスニペットの一意の識別子
発達
建てる
npm run build糸くず
npm run lint貢献
PRは大歓迎です
Maintenance
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
- AlicenseBqualityFmaintenanceMCP Server for running code snippet and show the result.1443242MIT
- AlicenseNot gradedqualityCmaintenanceA cloud-based custom MCP server using Azure Functions that enables saving and retrieving code snippets with secure communication through keys, HTTPS, OAuth, and network isolation options.58MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that utilizes Trello as a knowledge base for storing, searching, and retrieving code snippets and notes. It enables full CRUD operations and organized categorization of information using Trello boards and labels.82MIT
- FlicenseNot gradedqualityDmaintenanceAn extended MCP server for managing code snippets, performing code analysis, and handling deployments via Render and GitHub. It enables users to perform code reviews, track issues, and manage service operations through natural language interactions.
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ngeojiajun/mcp-code-snippets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server