repoprompt-ce

repoprompt/repoprompt-ce
★ 161 stars Swift 💻 Code/Dev Tools Updated today
Community edition of RepoPrompt: a native macOS context engineering app for AI coding agents, with an MCP CLI.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repoprompt-ce": {
      "command": "npx",
      "args": [
        "-y",
        "repoprompt/repoprompt-ce"
      ]
    }
  }
}

README Excerpt

**A free, open-source native macOS app and agent orchestrator for context engineering.** RepoPrompt CE helps coding agents understand your codebase before they act. It assembles focused, reviewable context from files, CodeMaps, repository structure, and Git diffs, then hands that context to AI tools and CLI agents.

Topics

ai-agentscoding-agentscontext-engineeringdeveloper-toolsmacosmcpmodel-context-protocolprompt-engineeringswift