A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Create a new code snippet with a title, language, and code. Parameters: title (required), language (required), code (required), tags (optional array)
Retrieve a list of snippets with optional filtering. Parameters: language (optional), tag (optional)
Remove a snippet from storage. Parameters: id (required)