MCPatterns
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATTERNS_FILE_PATH | No | Custom path for the patterns database file. Can be absolute path or relative to script directory. Defaults to patterns.json in the server directory. | patterns.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_patternsC | Create multiple new coding patterns in the database |
| add_code_examplesC | Add new code examples to existing patterns |
| delete_patternsC | Delete multiple patterns from the database |
| delete_code_examplesC | Delete specific code examples from patterns |
| read_patternsB | Read all patterns from the database |
| search_patternsC | Search for patterns based on a query across all fields |
| open_patternsC | Open specific patterns by their names |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nicholasrubright/MCPatterns'
If you have feedback or need assistance with the MCP directory API, please join our Discord server