Github
@leizhiyuan
关于 Github
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcp/github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Github?
This server is a Spring Boot MCP (Model Context Protocol) server that exposes tools for sending and querying messages via Server-Sent Events (SSE). It is intended for developers who want to test or integrate MCP tools in a Java environment.
How to use Github?
Run the server with mvn spring-boot:run. For testing, use npx @modelcontextprotocol/inspector, then open http://localhost:5173/ and connect to http://localhost:8080/sse to list and interact with the available tools.
Key features of Github
- Spring Boot based MCP server
- SSE transport on port 8080
- Tool for sending messages
- Tool for querying messages
- Testable with the MCP Inspector
Use cases of Github
- Testing MCP tool implementations locally
- Debugging message flow in a Spring Boot MCP server
- Demonstrating basic MCP client‑server communication
FAQ from Github
How do I run the server?
Run mvn spring-boot:run from the project root.
How can I test the tools?
Use npx @modelcontextprotocol/inspector, open http://localhost:5173/, connect to http://localhost:8080/sse, and then list the tools.
What transport does the server use?
It uses Server-Sent Events (SSE) at the path /sse.
What tools are available?
The server provides tools for sending messages and querying messages.
Does the server require any external dependencies?
The README only mentions Maven and the MCP Inspector as execution dependencies.
常见问题
How do I run the server?
Run `mvn spring-boot:run` from the project root.
How can I test the tools?
Use `npx @modelcontextprotocol/inspector`, open `http://localhost:5173/`, connect to `http://localhost:8080/sse`, and then list the tools.
What transport does the server use?
It uses Server-Sent Events (SSE) at the path `/sse`.
What tools are available?
The server provides tools for sending messages and querying messages.
Does the server require any external dependencies?
The README only mentions Maven and the MCP Inspector as execution dependencies.
基本信息
版本控制 分类下的更多 MCP 服务器
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Code Review Server
crazyrabbitLTCA MCP server for code reviews

Github
modelcontextprotocolModel Context Protocol Servers

GitLab
modelcontextprotocolModel Context Protocol Servers
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
评论