mcpbeat Sign in

Repomix MCP Server

by yamadashy Your server? Claim it
local only

Repomix runs on your own machine — the client starts it, so there is no endpoint to ping. 66 962 installs a week from npm. Last commit 21 Sep 2026.

Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search

Installs per day peak 19 238 · avg 10 870 · +39% w/w
a month agotoday
66 962
Installs / week
npm · repomix
28448
Stars
109 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Known vulnerability in the package repomix · GHSA-9mm9-rqhj-j5mx
Known vulnerability in the package repomix · GHSA-hwpp-h97w-2h3j

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add repomix -- npx -y repomix
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repomix": {
      "args": [
        "-y",
        "repomix"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repomix]
command = "npx"
args = ["-y", "repomix"]
.cursor/mcp.json
{
  "mcpServers": {
    "repomix": {
      "args": [
        "-y",
        "repomix"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repomix": {
      "args": [
        "-y",
        "repomix"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Repomix

same job, measured the same way
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.

70 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

38 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

27 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

38 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

290 installs/wk local only
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only

Repomix — questions

Answers built from our own checks of this server.

Why is there no uptime for Repomix?
Repomix runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package repomix was installed 66 962 times last week.
How do I connect Repomix?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls repomix straight from npm; nothing to host, nothing to sign up for.
How many people use Repomix?
The npm package repomix was installed 66 962 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repomix open source?
Yes — it is published under the MIT licence, written in TypeScript, 28 448 stars on GitHub and 109 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.