Submit

Github公开仓库阅读器 Mcp Server

@IAmYuanyu

基于 Spring AI 的github仓库文件读取Mcp服务,可以根据Github仓库链接,读取仓库下所有文件(前提是public仓库)

Server Config

{
  "mcpServers": {
    "GitHubRepoReader": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "/文件所在目录/GitHubRepoReader-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "githubToken": "你的Github个人访问令牌"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.