Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Nexya2a

    This repository provides a robust MCP (Model Context Protocol), A2A server, enabling advanced file operations, repository management, and search. It features modular integrations for token analytics and social sentiment analysis, making it ideal for developers and analysts seeking automation and insight.

    3 stars
    TypeScript
    Updated May 7, 2025

    Documentation

    GitHub MCP Server

    Deprecation Notice:

    Development for this project has been moved to github/github-mcp-server.

    ---

    Overview

    MCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.

    ---

    Architecture

    mermaid
    flowchart TD
        User[User/Client] -->|API Request| MCPServer[MCP Server]
        MCPServer -->|GitHub API| GitHub[GitHub]
        MCPServer -->|File Ops| FileSystem[(File System)]
        MCPServer -->|Service: nexy-cron| NexyCron[nexy-cron Service]
        MCPServer -->|Service: SocialNexy| SocialNexy[SocialNexy Service]

    ---

    Features

    • Automatic Branch Creation: Branches are created as needed.
    • Comprehensive Error Handling: Clear error messages for common issues.
    • Git History Preservation: Maintains proper Git history.
    • Batch Operations: Supports single and multi-file operations.
    • Advanced Search: Search code, issues/PRs, and users.

    ---

    Services

    • nexy-cron: Token analytics, wallet stats, trending tokens, and more.
    • SocialNexy: Social sentiment, trending topics, and influencer data.

    ---

    Tools

    mermaid
    graph TD
        subgraph File & Repo
            create_or_update_file
            push_files
            get_file_contents
            create_repository
            fork_repository
            create_branch
            list_commits
        end
        subgraph Search
            search_repositories
            search_code
            search_issues
            search_users
        end
        subgraph Issues & PRs
            create_issue
            update_issue
            add_issue_comment
            create_pull_request
            get_pull_request
            list_pull_requests
            create_pull_request_review
            merge_pull_request
            get_pull_request_files
            get_pull_request_status
            get_pull_request_comments
            get_pull_request_reviews
            update_pull_request_branch
            get_issue
            list_issues
        end
    • See the full list of tools and their parameters in the Tools Section.

    ---

    Setup

    Personal Access Token

    1. Create a GitHub Personal Access Token with appropriate permissions.

    2. Add it to your environment or configuration.

    Usage with Claude Desktop

    Docker

    json
    {
      "mcpServers": {
        "github": {
          "command": "docker",
          "args": [
            "run",
            "-i",
            "--rm",
            "-e",
            "GITHUB_PERSONAL_ACCESS_TOKEN",
            "mcp/github"
          ],
          "env": {
            "GITHUB_PERSONAL_ACCESS_TOKEN": ""
          }
        }
      }
    }

    NPX

    json
    {
      "mcpServers": {
        "github": {
          "command": "npx",
          "args": [
            "-y",
            "@modelcontextprotocol/server-github"
          ],
          "env": {
            "GITHUB_PERSONAL_ACCESS_TOKEN": ""
          }
        }
      }
    }

    ---

    Build

    bash
    docker build -t mcp/github -f src/github/Dockerfile .

    ---

    License

    MIT License. See LICENSE for details.

    ---

    Diagrams

    High-Level Architecture

    mermaid
    flowchart TD
        User[User/Client] -->|API Request| MCPServer[MCP Server]
        MCPServer -->|GitHub API| GitHub[GitHub]
        MCPServer -->|File Ops| FileSystem[(File System)]
        MCPServer -->|Service: nexy-cron| NexyCron[nexy-cron Service]
        MCPServer -->|Service: SocialNexy| SocialNexy[SocialNexy Service]

    Tools/Commands Overview

    mermaid
    graph TD
        subgraph File & Repo
            create_or_update_file
            push_files
            get_file_contents
            create_repository
            fork_repository
            create_branch
            list_commits
        end
        subgraph Search
            search_repositories
            search_code
            search_issues
            search_users
        end
        subgraph Issues & PRs
            create_issue
            update_issue
            add_issue_comment
            create_pull_request
            get_pull_request
            list_pull_requests
            create_pull_request_review
            merge_pull_request
            get_pull_request_files
            get_pull_request_status
            get_pull_request_comments
            get_pull_request_reviews
            update_pull_request_branch
            get_issue
            list_issues
        end

    ---

    *For more details, see the full documentation or codebase.*

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k