I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

servidor de github-mcp
Un servidor de protocolo de contexto modelo para la API GitHub
1
Github Watches
0
Github Forks
1
Github Stars
Github MCP Server
A Model Context Protocol Server for Github.
Provides integration with Github through MCP, allowing LLMs to interact with it.
Installation
Manual Installation
-
Create or get access token for your Github Account: Guide
-
Add server config to Claude Desktop:
- MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: Check this Guide
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "github-mcp-server"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_personal_github_access_token"
}
}
}
}
Components
Tools
-
search_repositories
: Search GitHub for a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 30, max: 100): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page.
-
- Required inputs:
-
search_issues
: Search issues from a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page. -
order
(optional string, default:desc
): Sort of order (asc
ordesc
). -
sort
(optional string, default:best match
): Sort field (can be one of:comments
,reactions
,reactions-+1
,reactions--1
,reactions-smile
,reactions-thinking_face
,reactions-heart
,reactions-tada
,interactions
,created
orupdated
).
-
- Required inputs:
-
search_commits
: Search commits from a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page. -
order
(optional string, default:desc
): Sort of order (asc
ordesc
). -
sort
(optional string, default:best match
): Sort field (can be one of:committer-date
orauthor-date
).
-
- Required inputs:
-
search_code
: Search code from a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page.
-
- Required inputs:
-
search_users
: Search users from a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page. -
order
(optional string, default:desc
): Sort of order (asc
ordesc
). -
sort
(optional string, default:best match
): Sort field (can be one of:followers
,repositories
orjoined
).
-
- Required inputs:
-
search_topics
: Search topics.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page.
-
- Required inputs:
-
search_labels
: Search labels in a repository.- Required inputs:
-
query
(string): The query to search for repository. -
page
(number, default: 1): Page number for pagination. -
per_page
(number, default: 30, max: 100): Number of results per page. -
order
(optional string, default:desc
): Sort of order (asc
ordesc
). -
sort
(optional string, default:best match
): Sort field (can be one of:created
orupdated
).
-
- Required inputs:
-
list_repositories_issues
: List issues from a repository.- Required inputs:
-
owner
(string): The owner of the repository. -
repo
(string): The repository name. -
page
(optional number, default: 1): Page number for pagination. -
per_page
(optional number, default: 30, max: 100): Number of results per page. -
direction
(optional string, default:desc
): Direction of sort (asc
ordesc
). -
sort
(optional string, default:created
): Sort field (can be one of:created
,comments
orupdated
). -
since
(optional string): Results last updated after the given time (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.). -
labels
(optional string): Comma separated label names. Example: bug,ui,@high. -
milestone
(optional string): Milestone number. -
assignee
(optional string): Name of assignee user (*
for all). -
creator
(optional string): The user that created the issue. (*
for all). -
mentioned
(optional string): A user that's mentioned in the issue.
-
- Required inputs:
-
get_issue
: Get an issue from a repository.- Required inputs:
-
owner
(string): The owner of the repository. -
repo
(string): The repository name. -
issue_number
(number): The issue number.
-
- Required inputs:
-
list_repositories_pull_requests
: List pull requests from a repository.- Required inputs:
-
owner
(string): The owner of the repository. -
repo
(string): The repository name. -
page
(optional number, default: 1): Page number for pagination. -
per_page
(optional number, default: 30, max: 100): Number of results per page. -
direction
(optional string, default:desc
): Direction of sort (asc
ordesc
). -
sort
(optional string, default:created
): Sort field (can be one of:created
,popularity
,long-running
orupdated
). -
head
(optional string): Filter pulls by head user or head organization and branch name in the format of user:ref-name or organization:ref-name (For example: github:new-script-format or octocat:test-branch). -
base
(optional string): Filter pulls by base branch name. (For example: gh-pages).
-
- Required inputs:
-
get_pull_request
: Get a pull request from a repository.- Required inputs:
-
owner
(string): The owner of the repository. -
repo
(string): The repository name. -
pull_request_number
(number): The pull request number.
-
- Required inputs:
Usage examples
Some example prompts you can use to interact with Github:
- "modelcontextprotocol" → execute the
search_repositories
tool to find repositories where modelcontextprotocol mentioned. - "What is the 739 issue on modelcontextprotocol servers repo" → execute the
get_issue
tool to find 739 issue from modelcontextprotocol servers repo. - "What is the 717 PR on modelcontextprotocol servers repo" → execute the
get_pull_request
tool to find 717 PR from modelcontextprotocol servers repo.
Development
- Install dependencies:
pnpm install
- Configure Github Access token in
.env
:
GITHUB_PERSONAL_ACCESS_TOKEN=<your_personal_github_access_token>
- Run locally with watch:
pnpm dev
- Build the server:
pnpm build
- Local debugging with inspector:
pnpm inspector
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Espejo dehttps: //github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Reviews

user_12a4vURq
I have been using the mcp-gh-pr-mini by y-hirakaw and it has completely streamlined my workflow! The interface is user-friendly, and the seamless integration with GitHub pull requests has saved me a ton of time. If you're looking for an efficient tool to manage your projects, I highly recommend this product. Check it out at https://mcp.so/server/mcp-gh-pr-mini/y-hirakaw.