MCP.so
Sign In
Servers

GitHub Notifications MCP Server

@mcollina

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

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "github-notifications": {
      "command": "node",
      "args": [
        "/absolute/path/to/github-notifications-mcp-server/build/index.js"
      ],
      "env": {
        "GITHUB_TOKEN": "your_github_personal_access_token_here"
      }
    }
  }
}

More from Version Control