GitHub MCP Server for Cursor IDE
@alfie-tek
关于 GitHub MCP Server for Cursor IDE
GitHub MCP server for Cursor IDE
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitHub MCP Server for Cursor IDE?
It is a GitHub integration server that allows you to manage GitHub repositories directly from Cursor IDE. It provides a RESTful API to interact with GitHub's API for creating and managing repositories, intended for developers using Cursor IDE.
How to use GitHub MCP Server for Cursor IDE?
Clone the repository, install dependencies with npm install, create a .env file with a GitHub Personal Access Token and other configurations, then start the server with npm run dev. The server runs on http://localhost:3000 by default. Use endpoints like POST /api/github/repos to create repositories and GET /api/github/repos to list them.
Key features of GitHub MCP Server for Cursor IDE
- Create new GitHub repositories via RESTful API
- List existing repositories accessible to the user
- Secure token‑based authentication with rate limiting
- Comprehensive error handling and logging
- Health check endpoint at
/health
Use cases of GitHub MCP Server for Cursor IDE
- Quickly create a new GitHub repository from Cursor IDE
- Browse your personal or organization repositories without leaving the editor
- Automate repository creation as part of a development workflow
- Integrate GitHub repository management into Cursor IDE’s MCP ecosystem
FAQ from GitHub MCP Server for Cursor IDE
What dependencies are required?
Node.js v14 or higher and npm v6 or higher. A GitHub account with a Personal Access Token is needed.
How do I generate a GitHub Personal Access Token?
Go to GitHub.com → Settings → Developer Settings → Personal Access Tokens → Tokens (classic), generate a new token with repo, read:org, and admin:repo_hook scopes, then paste it into the .env file.
What endpoints does the server expose?
GET /health (health check), GET /api/github/repos (list repos), and POST /api/github/repos (create repo). The POST endpoint accepts a JSON body with name, description, private, and auto_init fields.
What security measures are implemented?
Token‑based authentication, rate limiting, input validation, secure environment variable handling, CORS protection, and Helmet security headers.
Where are logs stored?
Logs are stored in error.log (error‑level) and combined.log (all logs).
开发工具 分类下的更多 MCP 服务器
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论