GitHub MCP ServerServer

PoliTwit1984
GitHub
GitHubAPIDeveloper Tools

Loading subscription status...

πŸ’‘ Description

A Model Context Protocol (MCP) server that provides tools for interacting with the GitHub API, allowing users to create repositories with auto-generated names from descriptions, add topics/tags to repositories, set repository homepages, and initialize repositories with README files.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "github": {
        "env": {
          "GITHUB_TOKEN": "your-github-token"
        },
        "args": [
          "path/to/github-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

πŸ› οΈ Tools

create_repo

⚑ Features

  • Create GitHub repositories with auto-generated names
  • Add topics/tags to repositories
  • Set repository homepages
  • Initialize repositories with README files

πŸ’¬ Example Queries

  • Create a repository for my machine learning image classifier with tags python tensorflow computer-vision website https://example.com/docs
  • Update username/existing-repo description to Updated ML project for image classification
  • Update username/existing-repo tags to machine-learning python updated
  • Update username/existing-repo website to https://example.com/new-docs