Simple Code Review Assistant
БесплатноНе проверенEnables AI models to fetch GitHub repository information, read file contents, and search local documentation.
Описание
Enables AI models to fetch GitHub repository information, read file contents, and search local documentation.
README
Focus: Model Context Protocol (MCP) Basics
🎯 Learning Objectives
By completing this assignment, you will:
- Build a basic MCP server using Model Context Protocol
- Implement simple tool interfaces for AI models
- Practice GitHub API integration
- Understand how AI models connect to external data sources
📋 Prerequisites
- Python 3.11+ experience
- Basic understanding of REST APIs
- Familiarity with GitHub API
- Basic knowledge of AI/LLM concepts
🚀 Quick Start
1. Environment Setup
# Clone and navigate to project
cd MCPAssignment
# Create virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
2. Configuration
Create .env file in the project root:
GITHUB_TOKEN=your_github_token_here
GITHUB_REPO_OWNER=your_github_username
GITHUB_REPO_NAME=your_repository_name
3. Run the MCP Server
# Start the MCP Server
python server.py
# Test the server (in another terminal)
python client.py
📁 Project Structure
mcp-code-review/
├── README.md # Your implementation documentation
├── requirements.txt # Dependencies
├── .env.example # Environment template
├── server.py # Single MCP Server file
├── client.py # Simple client to test server
└── docs/
├── api_guide.md # Sample documentation
└── setup_guide.md # Sample documentation
🏗️ System Architecture
MCP Tools (Keep it Simple!)
| Tool | Purpose | Implementation |
|---|---|---|
| get_repository | Get repo info from GitHub | GitHub API call |
| search_docs | Search local documentation | Simple file search |
| get_file_content | Read file from repo | GitHub API call |
Simple Flow
Client → MCP Server → GitHub API / Local Files → Response
📋 Core Requirements (Simplified)
Must-Have Features (6-8 hours scope)
Basic MCP Server
- Implement ONE MCP server file (
server.py) - Support 3 simple tools (listed above)
- Follow basic MCP protocol
- Handle errors gracefully
- Implement ONE MCP server file (
GitHub Integration
- Connect to GitHub API using token
- Implement
get_repositorytool - Implement
get_file_contenttool - Add basic rate limiting
Documentation Search
- Implement
search_docstool for local files - Search through markdown files in
/docsfolder - Return relevant file content
- Support simple keyword matching
- Implement
Simple Client
- Create
client.pyto test your MCP server - Demonstrate all 3 tools working
- Show real GitHub data retrieval
- Display search results
- Create
🔧 Implementation Steps
Step 1: Setup
pip install mcp requests
# Create basic file structure
# Setup GitHub token
Step 2: Basic MCP Server
- Implement MCP protocol basics
- Add the 3 required tools
- Test with simple responses
Step 3: GitHub Integration
- Connect to GitHub API
- Implement repository and file tools
- Add error handling
Step 4: Documentation Search
- Create simple file search
- Add sample documentation files
- Test search functionality
Step 5: Client & Testing
- Build simple client
- Test all tools
- Create demo
📋 How You Will Be Evaluated
- Total marks: 100. Passing marks: 70/100.
- Evaluation focuses on functionality: MCP server runs, three tools (
get_repository,get_file_content,search_docs) work, GitHub integration and docs search are demonstrated, and the client can exercise the tools. Basic implementations and reasonable variations in response structure are accepted. Code quality is secondary to a working, understandable solution.
📝 Submission Requirements (Minimal)
Required Files
- ✅
server.py- Working MCP server - ✅
client.py- Simple test client - ✅
requirements.txt- Dependencies - ✅
.env.example- Environment template - ✅ Sample docs in
/docsfolder
Demo Requirements
- ✅ Show MCP server starting up
- ✅ Demonstrate GitHub repository access
- ✅ Show documentation search working
- ✅ Explain your implementation approach
🔗 Resources
🔧 Development Commands
# Start MCP Server
python server.py
# Test with client (in another terminal)
python client.py --test-all
# Test individual tools
python client.py --test-github
python client.py --test-docs
Установка Simple Code Review Assistant
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Almighty535/MCPAssignmentFAQ
Simple Code Review Assistant MCP бесплатный?
Да, Simple Code Review Assistant MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Simple Code Review Assistant?
Нет, Simple Code Review Assistant работает без API-ключей и переменных окружения.
Simple Code Review Assistant — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Simple Code Review Assistant в Claude Desktop, Claude Code или Cursor?
Открой Simple Code Review Assistant на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Simple Code Review Assistant with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
