{
"mcpServers": {
"github-pr-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server with typescript for github PR analysis
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 259 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Github PR MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
[](https://mseep.ai/app/gourav221b-github-pr-mcp-server) # GitHub PR MCP Server [](https://smithery.ai/server/@gourav221b/Github-PR-MCP-server) <a href="https://glama.ai/mcp/servers/@gourav221b/Github-PR-MCP-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@gourav221b/Github-PR-MCP-server/badge" alt="GitHub PR Server MCP server" /> </a> An MCP (Model Context Protocol) server built with TypeScript for analyzing GitHub Pull Requests. ## Prerequisites - [Node.js](https://nodejs.org/) (version 14 or higher) - [npm](https://www.npmjs.com/) (comes with Node.js) ## Installation ### Installing via Smithery To install GitHub PR MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@gourav221b/Github-PR-MCP-server): ```bash npx -y @smithery/cli install @gourav221b/Github-PR-MCP-server --client claude ``` ### Manual Installation 1. **Clone the repository:** ```bash git clone https://github.com/gourav221b/Github-PR-MCP-server.git ``` 2. **Navigate to the project directory:** ```bash cd Github-PR-MCP-server ``` 3. **Install dependencies:** ```bash npm install ``` 4. **Build the project:** ```bash npm run build ``` 5. **Add the path to MCP Client Config:** ```bash command: node args: path/to/build/index.js ``` ## Project Structure - **`src/`**: Contains the TypeScript source code. - **`build/`**: Holds the compiled JavaScript files. - **`package.json`**: Lists project dependencies and scripts. - **`tsconfig.json`**: TypeScript configuration file. ## Scripts - **`npm run build`**: Compiles TypeScript files into JavaScript. - **`npm start`**: Runs the compiled JavaScript server. ## Contributing Contributions are welcome! Please fork the repository and create a pull request with your changes. ## License This project is licensed under the MIT License.