# Repomix MCP

Repomix MCP lets AI assistants package local or remote repositories into consolidated context for analysis.

Canonical URL: https://a2a-mcp.org/entry/repomix

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

Repomix MCP lets AI assistants package local or remote repositories into consolidated context for analysis.

## Key Features

- Prepare repository content without manually collecting files.
- Supply packaged code context to a connected assistant.

## Use Cases

Provide repository context for code review, impact analysis or implementation planning.

## Limitations

The MCP feature is described as experimental. Repository packaging serves a different purpose from symbol-level graph queries.

## Sources

- Project documentation: https://repomix.com/guide/mcp-server

## MCP Setup

### Prerequisites

- Node.js/npm for the npx configuration.

### Client setup

#### Claude Code

Transport: `stdio`

```bash
claude mcp add repomix -- npx -y repomix --mcp
```
#### Other

Transport: `stdio`

```json
{
  "mcpServers": {
    "repomix": {
      "command": "npx",
      "args": [
        "-y",
        "repomix",
        "--mcp"
      ]
    }
  }
}
```

Setup docs: https://repomix.com/guide/mcp-server

## Tags

- MCP
- code-context
- repositories

## Also known as

- Repomix

## Alternatives

- Code Review Graph
- CodeGraph by codegraph-ai

## Sources

- [Project website](https://repomix.com/guide/mcp-server)
- [Project documentation](https://repomix.com/guide/mcp-server)

Last checked: 2026-09-14
