MCP.so
登录

go_mcp_server_github_api

@hightemp

关于 go_mcp_server_github_api

MCP server for working with GitHub repository via API.

基本信息

分类

版本控制

运行时

go

传输方式

stdio

发布者

hightemp

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

11

Get 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

评论

版本控制 分类下的更多 MCP 服务器