A
securityA
licenseA
qualityA MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
Last updated -
3
4
JavaScript
MIT License
An MCP server for managing .clinerules
files using shared components and persona templates.
.clinerules
fileThe main service class providing all operations:
setComponent(name, description, text, version)
getComponent(name)
listComponents()
deleteComponent(name)
setPersona(name, description, template, version)
getPersona(name)
listPersonas()
deletePersona(name)
activatePersona(name)
getActivePersona()
renderPersona(name)
Run tests:
Build the project:
Run the MCP server:
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
An MCP server for managing and activating persona templates and components by writing to .clinerules
files, supporting version tracking and file-based storage.