GitHub MCP ServerServer

DivyanshKushwaha
GitHub
GitHubAPIDeveloper Tools

Loading subscription status...

💡 Description

GitHub MCP Server is an API-based tool that interacts with GitHub using the Modular Command Processor (MCP) framework. It offers features such as fetching user details, repository information, and authenticated user data using the GitHub REST API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "MCP_Server": {
        "args": [
          "run",
          "D:/MCP_Project/main.py"
        ],
        "command": "my_env/Scripts/uv"
      }
    }
  ]
}

🛠️ Tools

httpxdotenv

Features

  • Fetch user information from GitHub by username
  • Retrieve details of a GitHub repository
  • Get authenticated user details using a GitHub personal access token

💬 Example Queries

  • Get my GitHub profile information
  • Show me the details of my repository