MCP Directory
Back

repoprompt-ce

by repoprompt · Swift · ★ 336

Community edition of RepoPrompt: a native macOS context engineering app for AI coding agents, with an MCP CLI.

#ai-agents#coding-agents#context-engineering#developer-tools#macos#mcp#model-context-protocol#prompt-engineering#swift

Install

git clone https://github.com/repoprompt/repoprompt-ce.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://github.com/repoprompt/repoprompt-ce/actions/workflows/ci.yml?query=branch%3Amain) [](LICENSE) **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. RepoPrompt CE also builds an agent harness around its bundled MCP server. Connect MCP-compatible clients and CLI agents to search repositories, inspect files, curate context,…
Read full README on GitHub →

Related other servers