github-see-mcp-server
github-see-mcp-server is an SSE server for real-time GitHub event integration and management. It enables efficient monitoring and automation of repository processes. Developed with TypeScript, it provides a robust, scalable solution for reactive GitHub API interaction.
Documentation
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)
Installation
1. Clone the repository:
git clone https://github.com/JesusMaster/github-see-mcp-server.git
cd github-see-mcp-server2. Install dependencies:
npm install
# or
pnpm install3. Create a `.env` file in the root directory with the following content:
GITHUB_TOKEN=your_github_token_here
API_KEY=your-secret-api-key
MCP_SSE_PORT=32004. Build the project:
npm run build
# or
pnpm run buildUsage
Starting the Server
npm run start
# or
pnpm run startDevelopment Mode
npm run dev
# or
pnpm run devDocker
You can also run the server using Docker.
Using Dockerfile
docker build -t github-see-mcp-server .
docker run -d -p 8080:8080 \
--name github-see-mcp-server \
github-see-mcp-serverUsing Docker Compose
Make sure you have a `.env` file created as described in the "Installation" section.
docker-compose up -dTo stop the service, run:
docker-compose downConnecting with Claude
To connect to this MCP server with Claude, add the following configuration to your Claude session:
{
"GITHUB":{
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://{Your domain}/sse",
"--header",
"GITHUB_TOKEN:${GITHUB_TOKEN}"
],
"env": {
"GITHUB_TOKEN": "here your github token"
}
}
}Available GitHub Tools
The server provides tools for managing:
- Issues
- Pull Requests
- Repositories
- Users
License
MIT
Frequently asked questions
What is github-see-mcp-server?
github-see-mcp-server is github-see-mcp-server is an SSE server for real-time GitHub event integration and management. It enables efficient monitoring and automation of repository processes. Developed with TypeScript, it provides a robust, scalable solution for reactive GitHub API interaction.
How do I install github-see-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is github-see-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/JesusMaster/github-see-mcp-server and has 1 stars.
Related MCP tools
Vibe Check is a tool that provides mentor-like feedback to AI Agents, preventing tunnel-vision, over-engineering and reasoning lock-in for complex and long-h...
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP