Back to Apps

Grimoire MCP
by darko-mesaros
A personal library for managing software development patterns and reusable code knowledge via MCP.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Grimoire-MCP transforms your coding assistant into a knowledge curator by allowing it to save and retrieve software development patterns. It manages a local library of reusable code best practices stored as markdown files with YAML frontmatter, ensuring your hard-won architectural insights are always available to your LLM.
Tools
list_patterns: Lists all available patterns in the library.search_patterns: Search patterns by query, category, framework, or tag.get_pattern: Retrieves the full content of a specific pattern by name.create_pattern: Saves a new pattern including metadata and content to the filesystem.
Installation
Requires the PATTERNS_DIR environment variable to be set to your desired storage directory.
{
"mcpServers": {
"pattern-library": {
"command": "/path/to/grimoire-mcp/target/release/grimoire-mcp",
"env": {
"PATTERNS_DIR": "/path/to/your/patterns"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Kiro CLI
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to Cursor settings under mcp.servers with command and PATTERNS_DIR env var.Claude Desktop
Add to claude_desktop_config.json with command and PATTERNS_DIR env var.





