nicholasrubright/MCPatterns
3.1
If you are the rightful owner of MCPatterns and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCPatterns is a Model Context Protocol server designed to store and retrieve personalized coding patterns for LLMs.
Tools
Functions exposed to the LLM to take actions
create_patterns
Create multiple new coding patterns in the database.
add_code_examples
Add new code examples to existing patterns.
delete_patterns
Delete multiple patterns by name.
delete_code_examples
Remove specific code examples from patterns.
read_patterns
Retrieve all stored patterns.
search_patterns
Search patterns by query across all fields.
open_patterns
Retrieve specific patterns by name.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client