Skip to content

Commit c13ee28

Browse files
authored
Merge pull request #621 from yamadashy/docs/claude-code-mcp
Add Repomix configuration instructions for Claude Code
2 parents 66f714d + ed32f48 commit c13ee28

File tree

13 files changed

+656
-269
lines changed

13 files changed

+656
-269
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,14 @@ In Cursor, add a new MCP server from `Cursor Settings` > `MCP` > `+ Add new glob
712712
713713
Edit the `claude_desktop_config.json` file with similar configuration to Cline's config.
714714
715+
**For Claude Code:**
716+
717+
To configure Repomix as an MCP server in [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), use the following command:
718+
719+
```bash
720+
claude mcp add repomix -- npx -y repomix --mcp
721+
```
722+
715723
**Using Docker instead of npx:**
716724
717725
You can use Docker as an alternative to npx for running Repomix as an MCP server:

website/client/src/de/guide/mcp-server.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ In Cursor fügen Sie einen neuen MCP-Server aus `Cursor Settings` > `MCP` > `+ A
6666

6767
Bearbeiten Sie die `claude_desktop_config.json`-Datei mit einer ähnlichen Konfiguration wie bei Cline.
6868

69+
### Für Claude Code
70+
71+
Um Repomix als MCP-Server in [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) zu konfigurieren, verwenden Sie den folgenden Befehl:
72+
73+
```bash
74+
claude mcp add repomix -- npx -y repomix --mcp
75+
```
76+
6977
### Docker anstelle von npx verwenden
7078

7179
Anstatt npx zu verwenden, können Sie auch Docker verwenden, um Repomix als MCP-Server auszuführen:

website/client/src/en/guide/mcp-server.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ In Cursor, add a new MCP server from `Cursor Settings` > `MCP` > `+ Add new glob
6666

6767
Edit the `claude_desktop_config.json` file with similar configuration to Cline's config.
6868

69+
### For Claude Code
70+
71+
Configure Repomix as an MCP server in [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) using the following command:
72+
73+
```bash
74+
claude mcp add repomix -- npx -y repomix --mcp
75+
```
76+
6977
### Using Docker instead of npx
7078

7179
Instead of using npx, you can also use Docker to run Repomix as an MCP server:

website/client/src/es/guide/mcp-server.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ En Cursor, añade un nuevo servidor MCP desde `Cursor Settings` > `MCP` > `+ Add
6666

6767
Edita el archivo `claude_desktop_config.json` con una configuración similar a la de Cline.
6868

69+
### Para Claude Code
70+
71+
Para configurar Repomix como servidor MCP en [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), usa el siguiente comando:
72+
73+
```bash
74+
claude mcp add repomix -- npx -y repomix --mcp
75+
```
76+
6977
### Usando Docker en lugar de npx
7078

7179
En lugar de usar npx, puedes usar Docker para ejecutar Repomix como servidor MCP:

website/client/src/fr/guide/mcp-server.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ Dans Cursor, ajoutez un nouveau serveur MCP depuis `Cursor Settings` > `MCP` > `
6464

6565
Modifiez le fichier `claude_desktop_config.json` avec une configuration similaire à celle de Cline.
6666

67+
### Pour Claude Code
68+
69+
Pour configurer Repomix comme serveur MCP dans [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), utilisez la commande suivante:
70+
71+
```bash
72+
claude mcp add repomix -- npx -y repomix --mcp
73+
```
74+
6775
### Utilisation de Docker au lieu de npx
6876

6977
Au lieu d'utiliser npx, vous pouvez utiliser Docker pour exécuter Repomix en tant que serveur MCP:

website/client/src/hi/guide/mcp-server.md

Lines changed: 202 additions & 77 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)