Code Snippet Server
코드 스니펫 서버
개요
코드 스니펫 서버는 다양한 프로그래밍 언어에서 코드 스니펫을 관리하고 저장하도록 설계된 모델 컨텍스트 프로토콜(MCP) 서버입니다. 표준화된 서버 인터페이스를 사용하여 코드 스니펫을 생성, 나열 및 삭제할 수 있는 유연하고 확장 가능한 방법을 제공합니다.
Related MCP server: Remote MCP Server
특징
제목, 언어 및 코드를 사용하여 코드 조각을 만듭니다.
언어 또는 태그별 선택적 필터링을 통해 스니펫 목록 작성
고유 ID로 스니펫 삭제
현지화 지원
영구 로컬 스토리지
필수 조건
Node.js(18.x, 20.x 또는 22.x)
엔피엠
설치
지엑스피1
용법
서버는 세 가지 주요 도구를 제공합니다.
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