Overview
The mcp-github-server is an implementation of a Model Context Protocol server that utilizes the GitHub API to facilitate interactions and data management.
To use the mcp-github-server, clone the repository from GitHub, set up your environment with the necessary dependencies, and configure the server to connect with the GitHub API.
- Integration with GitHub API for seamless data access - Implementation of Model Context Protocol for structured data handling - Easy setup and configuration for developers
- Building applications that require GitHub data integration.
- Developing tools that utilize the Model Context Protocol for data management.
- Enhancing existing applications with GitHub API functionalities.
Add to your AI client
Use these steps to connect mcp-github-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-github-server-emrum01": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-github-server-emrum01": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-github-server-emrum01": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-github-server-emrum01": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-github-server-emrum01": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-github-server-emrum01": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-server-emrum01"
]
}
}
}FAQ
What is the Model Context Protocol?
The Model Context Protocol is a framework for managing and structuring data interactions in applications.
Is there documentation available?
Yes! Documentation is available in the GitHub repository to help you get started.
Can I contribute to the project?
Absolutely! Contributions are welcome, and you can find guidelines in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":993,"uuid":"924e5d67-c5dd-429d-a4c7-8722bf6b120a","name":"mcp-github-server","title":"mcp-github-server","description":"GitHub APIを使用したModel Context Protocolサーバーの実装","avatar_url":"https://avatars.githubusercontent.com/u/44839683?v=4","created_at":"2025-01-28T02:22:31.058Z","updated_at":"2025-02-23T07:19:42.711Z","status":"created","author_name":"emrum01","author_avatar_url":"https://avatars.githubusercontent.com/u/44839683?v=4","tags":"mcp-github-server,github-api,model-context-protocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/emrum01/mcp-github-server","target":"_self","content":"# mcp-github-server\nGitHub APIを使用したModel Context Protocolサーバーの実装","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]