MCP Directory
Back

codeanalyst_agent

by baner29 · Python · ★ 0

An advanced AI-powered Code Analyst that leverages the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and Google's Gemini 3 Pro model to connect directly to your GitHub repositories. It scans, analyzes, and answers complex questions about your codebase, acting as an expert developer and data analyst paired with you.

Install

pip install git+https://github.com/baner29/codeanalyst_agent.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "codeanalyst-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/baner29/codeanalyst_agent.git"
      ]
    }
  }
}

From the README

An advanced AI-powered Code Analyst that leverages the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and Google's Gemini 3 Pro model to connect directly to your GitHub repositories. It scans, analyzes, and answers complex questions about your codebase, acting as an expert developer and data analyst paired with you. * **GitHub Integration via MCP**: Seamlessly connects to GitHub using the official [GitHub MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/git) to search code, read files, and explore repositories. * **Intelligent Code Scanning**: Im…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers