go_mcp_server_github_api

MCP server for working with GitHub repository via API.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

4

Forks

0

Issues

0

README
go_mcp_server_github_api

MCP server for working with GitHub repository via API.

Server url: http://localhost:8893/sse

Run

SSE mode:

go run main.go -t sse -h 0.0.0.0 -p 8893

Stdio mode:

go run main.go -t stdio
Available Tools
  • github_repo_info: Get repository information
  • github_list_files: List files in repository
  • github_get_file: Get file content
  • github_create_file: Create a new file
  • github_update_file: Update existing file
  • github_delete_file: Delete file
  • github_create_branch: Create a new branch
  • github_create_pull_request: Create pull request
  • github_search_replace: Replace text in a file
  • github_insert_at_line: Insert text at a specific line in a file
  • github_append_to_file: Append text to the end of a file
Author Information
Anton Panov

Web-developer: javascript, php, golang, vue, nodejs, c++, rust, nim, python, flask, django

Russia, Moscow

93

Followers

206

Repositories

155

Gists

0

Total Contributions

Related MCPs
gin-mcp logo

Enable MCP features for any Gin API with a line of code

Go
mcp-restaurant-order logo

MCP(Model Context Protocol) server implementation. Just a toy.

Go
pywss logo

一个轻量级的 Python Web 框架,一站式集成 MCP SSE、StreamHTTP 和 MCPO 协议,助你轻松构建MCP Server🔥

Python