grimoire-mcp

darko-mesaros/grimoire-mcp
★ 8 stars Rust 🧠 Memory/Knowledge Updated 9d ago
A Model Context Protocol server for managing software development patterns - your personal grimoire of reusable code knowledge
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "grimoire-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "grimoire-mcp"
      ]
    }
  }
}