Supports containerized deployment through Docker, allowing for consistent and isolated runtime environments with configurable parameters.
Processes GitHub webhooks and events, providing real-time integration with GitHub repositories, including OAuth authentication and event handling for repository actions.
Utilizes MongoDB for data storage and management, supporting the server's context processing capabilities between GitHub repositories and AI models.
Built on Node.js to enable the event-driven architecture that handles repository actions and AI model communications.
Uses pnpm for dependency management, ensuring efficient package installation and consistent dependency resolution.
Implemented in TypeScript for type-safe development of the server's controllers and API endpoints.
GitHub MCP SSE Server
A Model Context Protocol (MCP) server that provides GitHub API integration through Server-Sent Events (SSE) transport.
Prerequisites
Node.js (v16 or higher)
npm or pnpm
GitHub Personal Access Token (for API access)
Related MCP server: GitHub MCP Server
Installation
Clone the repository:
git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-serverInstall dependencies:
npm install # or pnpm installCreate a
.envfile in the root directory with the following content:GITHUB_TOKEN=your_github_token_here API_KEY=your-secret-api-key MCP_SSE_PORT=3200Build the project:
npm run build # or pnpm run build
Usage
Starting the Server
Development Mode
Docker
You can also run the server using Docker.
Using Dockerfile
Using Docker Compose
Make sure you have a .env file created as described in the "Installation" section.
To stop the service, run:
Connecting with Claude
To connect to this MCP server with Claude, add the following configuration to your Claude session:
Available GitHub Tools
The server provides tools for managing:
Issues
Pull Requests
Repositories
Users
License
MIT