MCP Directory
Back

Code-Analyzer-using-ModelContextProtocol

by shitijseth · Jupyter Notebook · ★ 0

Get suggestions for code improvement in a repo using Model Concept Protocol (MCP)

Install

git clone https://github.com/shitijseth/Code-Analyzer-using-ModelContextProtocol.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "code-analyzer-using-modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:shitijseth/Code-Analyzer-using-ModelContextProtocol"
      ]
    }
  }
}

From the README

MCP Code Analyzer Setup & Run Instructions This project demonstrates an MCP (Model Context Protocol) server that integrates an open-source LLM (GPT-J 6B) to analyze a GitHub repository’s code and answer questions about it. Prerequisites Python 3.10 or higher installed on your system. Git to clone the repository. Step 1: Clone the Repository git clone https://github.com/your-username/your-repo-name.git cd your-repo-name Step 2: Create and Activate a Virtual Environment It’s recommended to use a virtual environment for this project:…
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 filesystem servers