GitHub MCP ServerServer

timbuchinger
GitHub
GitHubAPIDeveloper Tools

Loading subscription status...

💡 Description

This server allows interaction with GitHub using the Model Context Protocol (MCP), enabling users to list and create GitHub issues securely through authentication with a personal access token.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GitHub MCP Server": {
        "env": {
          "GITHUB_TOKEN": "your_token_here"
        },
        "args": [],
        "command": "python -m src.mcp_github.server"
      }
    }
  ]
}

🛠️ Tools

Get IssuesCreate Issue

Features

  • List issues in a repository
  • Create new issues
  • Error handling and validation
  • Secure authentication using environment variables

💬 Example Queries

  • List issues from the GitHub repository
  • Create a new issue in the GitHub repository