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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Create a new code snippet with a title, language, and code. Parameters: title (string), language (string), code (string), tags (optional array)
Retrieve a list of snippets with optional filtering. Parameters: language (optional string), tag (optional string)
Remove a snippet from storage. Parameters: id (string)