A server that clones git repos and expose the code to coding agents with an remote mcp server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codeexplorer": {
"command": "npx",
"args": [
"-y",
"VolkmarR/CodeExplorer"
]
}
}
}
Run in terminal:
claude mcp add codeexplorer npx -y VolkmarR/CodeExplorer
Add to .cursor/mcp.json:
{
"mcpServers": {
"codeexplorer": {
"command": "npx",
"args": [
"-y",
"VolkmarR/CodeExplorer"
]
}
}
}