mcp-github-notifications

An MCP server for the github notifications API for the OSS maintainer

GitHub Stars

15

User Rating

Not Rated

Favorites

0

Views

29

Forks

5

Issues

4

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone this repository

   git clone https://github.com/yourusername/github-notifications-mcp-server.git
   cd github-notifications-mcp-server
   
2Install dependencies

   npm install
   
3Build the project

   npm run build
   
4Create a .env file with your GitHub token

   GITHUB_TOKEN=your_github_personal_access_token_here
   

Additional Resources