From kora-keychain-sync
Local Repomix MCP server bundles git repository contents into a single markdown file optimized for LLM context and analysis. Runs via npx subprocess.
npx claudepluginhub solana-foundation/kora --plugin kora-keychain-syncAdd to your .mcp.json:
{
"mcpServers": {
"repomix": {
"command": "npx",
"args": [
"-y",
"repomix-mcp"
]
}
}
}npx