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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new code snippet with a title, language, and code. Parameters: title (string, required), language (string, required), code (string, required), tags (array of strings, optional)
Retrieve a list of snippets with optional filtering. Parameters: language (string, optional), tag (string, optional)
Remove a snippet from storage. Parameters: id (string, required, unique identifier of the snippet to delete)