Back to directory
stephanj/githubmcp

stephanj/githubmcp

@stephanj

GitHub MCP Server,为LLM代理提供GitHub API访问,支持仓库、Issue、PR、分支、提交和内容管理。

githubmcp-serverjavaspring-bootapillm-agentrepository-managementtool

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2026/6/13
Updated
2026/6/13