MCP-Server-Assignment

mikekim208/MCP-Server-Assignment
★ 0 stars Python AI/LLM Updated today
MCP-Server-Assignment
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-assignmen": {
      "command": "uvx",
      "args": [
        "mcp-server-assignment"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-assignment

README Excerpt

**A multi-agent system that reviews a GitHub repository — live.** Give it a public GitHub repo URL (and an optional question). Three specialist agents — orchestrated with **LangGraph** — connect to the **GitHub MCP server** and answer three questions: 1. Does the code have a clean, sensible **structure**?