GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
5
フォーク
0
イシュー
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 informationgithub_list_files
: List files in repositorygithub_get_file
: Get file contentgithub_create_file
: Create a new filegithub_update_file
: Update existing filegithub_delete_file
: Delete filegithub_create_branch
: Create a new branchgithub_create_pull_request
: Create pull requestgithub_search_replace
: Replace text in a filegithub_insert_at_line
: Insert text at a specific line in a filegithub_append_to_file
: Append text to the end of a file
作者情報
Web-developer: javascript, php, golang, vue, nodejs, c++, rust, nim, python, flask, django
Russia, Moscow
93
フォロワー
206
リポジトリ
155
Gist
0
貢献数
関連するMCP