Configure Gemini for repomix MCP server

Add configuration for the repomix MCP server to the Gemini settings.json
file. This will allow Gemini to use repomix for code analysis and
understanding.
This commit is contained in:
Michael Schimmel
2026-03-13 14:21:39 +01:00
parent 84226f6a16
commit ba36e2157e
2 changed files with 16 additions and 13 deletions
+11 -1
View File
@@ -3,5 +3,15 @@
"fileFiltering": {
"respectGitIgnore": false
}
},
"mcpServers": {
"repomix": {
"command": "repomix",
"args": [
"--ignore",
".*/**,.*,docs,examples,tests,repomix*,gemini*,**.snap",
"--mcp"
]
}
}
}
}