drio
Open app

MCP-GITHUB-SERVER

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP-GITHUB-SERVER is a GitHub repository designed to facilitate the management and deployment of Minecraft server instances using GitHub as a version control system.

To use MCP-GITHUB-SERVER, clone the repository from GitHub, configure your server settings, and deploy your Minecraft server using the provided scripts and tools.

  • Easy setup for Minecraft server management - Integration with GitHub for version control - Customizable server configurations
  1. Managing multiple Minecraft server instances.
  2. Collaborating on server development with version control.
  3. Automating server deployment and updates.

Add to your AI client

Use these steps to connect MCP-GITHUB-SERVER in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-github-server-stormbreaker06": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-github-server-stormbreaker06": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-github-server-stormbreaker06": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-github-server-stormbreaker06": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-github-server-stormbreaker06": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-github-server-stormbreaker06": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-github-server-stormbreaker06"
      ]
    }
  }
}

FAQ

Is MCP-GITHUB-SERVER free to use?

Yes! MCP-GITHUB-SERVER is open-source and free to use for everyone.

What programming language is used in MCP-GITHUB-SERVER?

The project is primarily written in Python.

How can I contribute to MCP-GITHUB-SERVER?

You can contribute by forking the repository, making changes, and submitting a pull request.

MCP-GITHUB-SERVER — MCP Registry