go_mcp_server_github_api
@hightemp
About go_mcp_server_github_api
MCP server for working with GitHub repository via API.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
11Get repository information
List files in repository
Get file content
Create a new file
Update existing file
Delete file
Create a new branch
Create pull request
Replace text in a file
Insert text at a specific line in a file
Append text to the end of a file
Overview
What is go_mcp_server_github_api?
A Model Context Protocol (MCP) server that provides tools to interact with GitHub repositories via the GitHub API. It is intended for developers who need to manage repository content, branches, and pull requests programmatically through an MCP interface.
How to use go_mcp_server_github_api?
Run the server using either SSE mode (go run main.go -t sse -h 0.0.0.0 -p 8893) or stdio mode (go run main.go -t stdio). Once running, clients can connect to the SSE endpoint at http://localhost:8893/sse and invoke the provided tools.
Key features of go_mcp_server_github_api
- Retrieve repository information
- List, read, create, update, and delete files
- Create branches
- Create pull requests
- Search and replace text in files
- Insert text at specific lines and append to files
Use cases of go_mcp_server_github_api
—
FAQ from go_mcp_server_github_api
—
More Version Control MCP servers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Comments