go_mcp_server_github_api
@hightemp
go_mcp_server_github_api について
MCP server for working with GitHub repository via API.
基本情報
設定
ツール
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
概要
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
—
「バージョン管理」の他のコンテンツ
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

Git
modelcontextprotocolModel Context Protocol Servers
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
コメント