reflect

rohansx/reflect
★ 5 stars Rust 🤖 AI/LLM Updated 24d ago
Self-correction engine for AI coding agents - implements the Reflexion paper (Shinn et al., 2023) as a Rust MCP server. Turns failures into persistent, searchable lessons that prevent the same mistakes across sessions.
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": {
    "reflect": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "reflect"
      ]
    }
  }
}

Topics

ai-agentsclaudedeveloper-toolserror-patternsllm-toolsmcpmcp-serverreflexionrustself-correctionsqlite