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
We have not read this server's code yet
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.
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add repomix -- npx -y repomix
{
"mcpServers": {
"repomix": {
"args": [
"-y",
"repomix"
],
"command": "npx"
}
}
}
[mcp_servers.repomix]
command = "npx"
args = ["-y", "repomix"]
{
"mcpServers": {
"repomix": {
"args": [
"-y",
"repomix"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"repomix": {
"args": [
"-y",
"repomix"
],
"command": "npx"
}
}
}
Local code search and task context packs for coding agents
Local file search for AI agents — semantic + keyword indexing over your codebase.
Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.
Local-first codebase intelligence MCP server for AI coding agents.
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.
Fast local and federated OSS code search and repo discovery for AI agents
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Local read-only repository context retrieval for AI coding agents.
Answers built from our own checks of this server.