CodeExplorer

VolkmarR/CodeExplorer
★ 0 stars C# Code/Dev Tools Updated today
A server that clones git repos and expose the code to coding agents with an remote mcp server
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}