github-mcp-server icon indicating copy to clipboard operation
github-mcp-server copied to clipboard

GitHub's official MCP Server

Results 100 github-mcp-server issues
Sort by recently updated
recently updated
newest added

Followed the installation guide here.Method 1: Gemini Extension (Recommended) The simplest way is to use GitHub's hosted MCP server via our gemini extension. gemini extensions install https://github.com/github/github-mcp-server Note You will...

bug

Create MCP endpoint to wrap GitHub Docs API ## Summary This PR adds a new MCP endpoint that wraps the GitHub Docs API to allow searching GitHub's official documentation at...

This workflow generates SLSA provenance files for projects, satisfying level 3 requirements. It includes steps for building artifacts and generating provenance subjects. Closes:

# Github MCP Tools aren't working with Gemini 2.5 models familly and deepagents javascript library Code defines the mcp tools 'retriver': ```typescript export async function getGithubMCPTools(userToken: string, config?: { beforeToolCall?:...

### Describe the bug When `list_commits()` returns 30 results, the follow-up LLM call will use >64k tokens for repos like `zalando/skipper`. This is prone to exceed the context size of...

llm-context-window

# Access to Private Organization Repositories in GitHub MCP Server ### Describe the feature or problem you'd like to solve Currently, GitHub MCP Server lacks the ability to access private...

documentation
discussion
stale

Hi! This PR adds the "Trust Score" badge from our new Open Source MCP catalog. Our catalog evaluates MCP servers based on technical quality—like protocol feature implementation and dependency health—rather...

Looking at whether making pagination behave more like a cursor would be beneficial or not, in terms of getting agents to natively understand how to get more data, and not...

### Describe the feature or problem you’d like to solve PATs are long lived credentials that are discouraged, and sometimes entirely restricted in many organizations. This limits the organizations from...

enhancement