I find academic articles and books for research and literature reviews.

github-mcp-server-review-tools
Serveur GitHub MCP étendu avec des outils supplémentaires pour la fonctionnalité de commentaire de révision de la demande de traction
1
Github Watches
0
Github Forks
1
Github Stars
Tools:
tools: [
{
name: "get_pull_request_review",
description: "Get a specific pull request review",
inputSchema: zodToJsonSchema(pullRequestReviews.GetPullRequestReviewSchema)
},
{
name: "get_pull_request_comment",
description: "Get a specific pull request review comment",
inputSchema: zodToJsonSchema(pullRequestComments.GetPullRequestCommentSchema)
},
{
name: "reply_to_pull_request_comment",
description: "Add a reply to a specific pull request review comment",
inputSchema: zodToJsonSchema(pullRequestComments.ReplyToPullRequestCommentSchema)
},
{
name: "resolve_pull_request_review_thread",
description: "Mark a pull request review thread as resolved",
inputSchema: zodToJsonSchema(pullRequestReviews.ResolvePullRequestReviewThreadSchema)
},
{
name: "check_pull_request_review_resolution",
description: "Check if all threads in a pull request review are resolved",
inputSchema: zodToJsonSchema(pullRequestReviews.CheckPullRequestReviewResolutionSchema)
},
{
name: "get_pull_request_review_threads",
description: "Get the threads in a specific pull request review",
inputSchema: zodToJsonSchema(pullRequestReviews.GetPullRequestReviewThreadsSchema)
},
{
name: "get_pull_request_threads",
description: "Get all review threads for a pull request in a single call",
inputSchema: zodToJsonSchema(pullRequestReviews.GetPullRequestThreadsSchema)
},
{
name: "get_pull_request_thread",
description: "Get a single pull request review thread with complete comment details",
inputSchema: zodToJsonSchema(pullRequestReviews.GetPullRequestThreadSchema)
}
],
install manually:
Yarn && Yarn start
Install into cursor:
{
"mcpServers": {
"github-pr-review-tools": {
"command": "node",
"args": ["~/Code/github-server-only/dist/index.js"], #put your repo location
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": <your code here>
}
}
}
}
Build
Docker build: (haven't tested)
docker build -t mcp/github -f src/github/Dockerfile .
License
MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Reviews

user_TD6sgCsq
I've been using the github-mcp-server-review-tools by wjessup, and it's been fantastic for streamlining my code review process. The tools are easy to integrate and provide insightful metrics that help in identifying potential issues efficiently. Highly recommend this for anyone looking to improve their server review workflow! Check it out: https://github.com/wjessup/github-mcp-server-review-tools