Skip to main content
Glama
namph-kozocom

AI Code Review MCP Server

AI Code Review MCP Server

Simple MCP server for GitHub and FileSystem integration with AI agents (Copilot, Claude, etc.)

🚀 Quick Start

1. Install Dependencies

npm install

2. Test MCP Server

node src/index.js

3. Use with Copilot

  1. Restart VS Code (close and reopen)

  2. Open Copilot Chat and ask:

    • "List my GitHub repositories"

    • "Show pull requests in owner/repo"

    • "Read README.md file"

    • "List files in current directory"

Related MCP server: GitHub MCP Server

🛠️ Available Tools

GitHub Tools

  • github_list_repos - List your repositories

  • github_list_prs - List pull requests

  • github_get_pr - Get PR details

  • github_get_pr_diff - Get PR diff for review

FileSystem Tools

  • fs_read_file - Read file contents

  • fs_list_files - List directory contents

  • fs_search_files - Search files by pattern

⚙️ Configuration

Edit .mcp/config.json:

{
  "mcpServers": {
    "ai-code-review": {
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here",
        "WORKSPACE_PATH": "/path/to/workspace"
      }
    }
  }
}

📝 Usage Examples

With Copilot Chat:

  • "List my GitHub repositories"

  • "Show me PR #123 in owner/repo"

  • "Read the package.json file"

With Other Agents:

The MCP server implements Model Context Protocol, compatible with:

  • GitHub Copilot

  • Claude Desktop

  • Any MCP-compatible AI agent

🔒 Security

  • GitHub token stored in config (add .mcp/ to .gitignore)

  • FileSystem access restricted to workspace path

  • Path traversal protection built-in

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    Enables AI assistants to interact with local Git repositories for operations like status, commits, branching, and diffs, plus GitHub API integration for managing pull requests when authenticated.
  • A
    license
    A
    quality
    -
    maintenance
    Enables AI agents to interact with GitHub repositories through the GitHub REST API for managing files, issues, and repository metadata. It supports both read operations like searching code and write operations such as creating repositories and updating issue comments.
    9
  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to inspect local Git repositories and interact with the GitHub API for reading commits, diffs, files, issues, comments, pull requests, and project boards.
    10
    201

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Git-backed platform for skills, tools, and context for AI agents

  • Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/namph-kozocom/review-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server