grug-brain.mcp

ryanthedev/grug-brain.mcp
★ 2 stars Rust 🧠 Memory/Knowledge Updated today
MCP server for persistent memory. grug remember thing so not forget.
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": {
    "grug-brain.mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "grug-brain.mcp"
      ]
    }
  }
}