MCP Server
@fnf-deepHeading
About MCP Server
MCP Server for GitHub API Integration
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-github-api": {
"command": "python",
"args": [
"-m",
"mcp_server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server?
MCP Server is a GitHub integration server designed for use with Cursor IDE. It provides programmatic access to GitHub repository operations such as file updates, pull request creation, and code search.
How to use MCP Server?
Install the package with pip install -e ., set environment variables GITHUB_TOKEN and GITHUB_REPO in a .env file, then run python -m mcp_server. In Cursor IDE, use the provided MCP client functions (e.g., update_file, create_pr, search_code) to interact with the server.
Key features of MCP Server
- Update files in a GitHub repository
- Create pull requests
- Search code across the repository
- Automatic code review
- Compile error checking
Use cases of MCP Server
- Automate file updates and pull request creation from within Cursor IDE
- Search for code patterns or definitions across a GitHub repository
- Integrate automatic code review and compile error checks into development workflows
FAQ from MCP Server
What dependencies are required?
Python and pip are required. The server uses environment variables GITHUB_TOKEN and GITHUB_REPO for authentication and repository targeting.
Where does the data live?
All data resides in the specified GitHub repository (defined by GITHUB_REPO). The server acts as an intermediary to perform operations on that repository.
How is authentication handled?
Authentication is handled via a GitHub personal access token provided in the GITHUB_TOKEN environment variable.
What transport does the server use?
The server runs as a local Python process and communicates via the MCP protocol; the README only describes usage from Cursor IDE, suggesting a local client-server model.
Are there any known limits?
The README does not mention any specific limits.
More Developer Tools MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. ๐ฆ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments