Loading languages...
ST

stephanj/GitHubMCP

@stephanj29

This project implements a Model Context Protocol (MCP) server for GitHub API access. It provides a set of tools that allow LLM agents to interact with GitHub repositories, issues, pull requests, and other GitHub resources.

github
mcp-server
llm
api
repository-management

# mcpServer Config

{
  "mcpServers": {
    "github": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "/path/to/GitHubMCP/target/GitHubMCP-1.0-SNAPSHOT.jar"
      ],
      "env": {
        "GITHUB_TOKEN": "your-github-token-here",
        "GITHUB_HOST": "github.com",
        "GITHUB_REPOSITORY": "your-username/your-repository"
      }
    }
  }
}

# stdio

java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -Dlogging.pattern.console= -jar /path/to/GitHubMCP/target/GitHubMCP-1.0-SNAPSHOT.jar
Transport:
stdio
اللغة:
Java
تم الإنشاء:4/11/2025
تم التحديث:5/25/2025
الصفحة الرئيسية:
https://github.com/stephanj/GitHubMCP