Skip to main content
Glama
jjm7271985
by jjm7271985

ship-it-mcp

MCP plugin for Claude that connects to GitHub — view repos, check status, commit and push, manage PRs.

Setup

  1. Install dependencies:

    npm install
  2. Create a GitHub Personal Access Token:

    • Go to github.com → Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens

    • Give it access to your repos (read + write)

    • Copy the token

  3. Create a .env file:

    GITHUB_TOKEN=your_token_here
  4. Register with Claude Code (add to your MCP settings):

    {
      "mcpServers": {
        "ship-it": {
          "command": "node",
          "args": ["C:\\Users\\jjm72\\OneDrive\\Documents\\Claude_Plugins\\ship-it-mcp\\index.js"],
          "env": {
            "GITHUB_TOKEN": "your_token_here"
          }
        }
      }
    }

Related MCP server: MCP Git/PR Assist

Tools

Tool

What it does

list_repos

List your GitHub repos

repo_status

Check git status of a local folder

list_prs

See open pull requests

commit_and_push

Stage, commit, and push in one call

create_repo

Create a new GitHub repo for a project

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Connects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.
    245 npm
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables Git and GitHub pull request operations through Claude AI, including repository management, branch operations, commits, and PR creation/commenting. Streamlines development workflows by providing Git commands and GitHub API integration through natural language interactions.
    -
  • F
    license
    A
    quality
    D
    maintenance
    Enables Claude to access and manage GitHub repositories dynamically at runtime, including private repos, with tools for browsing files, searching code, and viewing commits, pull requests, and issues.
    11
    1
    -