MCP server for working with GitHub repository via API.
{
"mcpServers": {
"go-mcp-server-github-api": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for working with GitHub repository via API.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 311 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Go_mcp_server_github_api and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for working with GitHub repository via API.
Server url: http://localhost:8893/sse
SSE mode:
go run main.go -t sse -h 0.0.0.0 -p 8893
Stdio mode:
go run main.go -t stdio
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