Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MCP for GitHub PR, Issues, Tags and Releases

[![smithery badge](https://smithery.ai/badge/@saidsef/mcp-github-pr-issue-analyser)](https://smithery.ai/server/@saidsef/mcp-github-pr-issue-analyser)

The [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) (MCP) is an open standard that enables seamless integration between Large Language Models (LLMs) and external tools. Whilst it can be implemented in any AI system, including custom LLM setups, the degree of integration and optimisation varies based on the model's architecture and capabilities.

<a href="https://glama.ai/mcp/servers/@saidsef/mcp-github-pr-issue-analyser">
Expand Down Expand Up @@ -77,6 +79,16 @@ The toolset enables automated PR analysis, issue tracking, tagging and release m

## Local Installation

### Installing via Smithery

To install GitHub PR and Issue Analyser automatically via [Smithery](https://smithery.ai/server/@saidsef/mcp-github-pr-issue-analyser):

```bash
npx -y @smithery/cli install @saidsef/mcp-github-pr-issue-analyser
```

### Manual Installation

1. **Clone the repository:**
```sh
git clone https://github.com/saidsef/mcp-github-pr-issue-analyser.git
Expand Down