optimus

DWaling-eci/optimus
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
Deterministic, no-pre-built-index MCP server (see glossary -- "index-free") that gives AI coding agents knowledge retrieval, code search, and a standards-enforcement layer (project scaffolding + drift detection). v2 ships zero memory functionality
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": {
    "optimus": {
      "command": "uvx",
      "args": [
        "optimus"
      ]
    }
  }
}

Or install with pip: pip install optimus