Github公开仓库阅读器 Mcp Server
@IAmYuanyu
About Github公开仓库阅读器 Mcp Server
基于 Spring AI 的github仓库文件读取Mcp服务,可以根据Github仓库链接,读取仓库下所有文件(前提是public仓库)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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个人访问令牌"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Github公开仓库阅读器 Mcp Server?
A MCP server for reading public GitHub repositories. It is built with Java and Maven, designed to be used with any AI assistant that supports the Model Context Protocol (MCP).
How to use Github公开仓库阅读器 Mcp Server?
Clone the repository, build the project with Maven, and configure it in your Java environment. Then connect it to a compatible MCP client (such as an AI assistant).
Key features of Github公开仓库阅读器 Mcp Server
- Enables MCP-based access to public GitHub repositories
- Built with Java and built via Maven
- Integrates with any MCP‑compatible AI assistant
Use cases of Github公开仓库阅读器 Mcp Server
- An AI assistant reads a public GitHub repository to answer code‑related questions
- Automatically fetch repository content for documentation or analysis using a MCP client
FAQ from Github公开仓库阅读器 Mcp Server
How do I build and run the server?
Clone the repository, use Maven to build the project, and configure it in your Java environment.
What transports or authentication does it use?
The README does not specify transports or authentication details.
What are the runtime requirements?
A Java runtime environment is required (the README does not specify a minimum version).
Frequently asked questions
How do I build and run the server?
Clone the repository, use Maven to build the project, and configure it in your Java environment.
What transports or authentication does it use?
The README does not specify transports or authentication details.
What are the runtime requirements?
A Java runtime environment is required (the README does not specify a minimum version).
Basic information
More Version Control MCP servers
Gitlab Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Comments