Codebase-Explainer-MCP-Server

AaadityaG/Codebase-Explainer-MCP-Server
★ 0 stars Python Code/Dev Tools Updated 9d ago
configure this mcp with claude or opencode, paste your localcodebase locations and ask help for understand codebase
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": {
    "codebase-explainer-m": {
      "command": "uvx",
      "args": [
        "codebase-explainer-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install codebase-explainer-mcp-server

README Excerpt

An MCP server that analyzes any codebase — detects project type, languages, framework, entry points, API routes, controllers, services, components, tests, and more. ```powershell powershell -c "irm https://astral.sh/uv/install.ps1 | iex" curl -LsSf https://astral.sh/uv/install.sh | sh ``` Verify: `uv --version`

Tools (10)

analyze_dead_codeanalyze_structurefind_featuresfind_secretsgenerate_architectureget_feature_detailget_git_infoget_userslist_project_typessearch_symbols