Github MCP Server
com.github/github-mcp-server · v1.0.0
Search GitHub repos, code, and issues for open-source prior art. Official remote server.
Install
Open this server in FlowLeap's marketplace to install it in a couple of clicks, or paste the config below into any MCP client.
New to the marketplace? See how installing works.
Runs as
remote · streamable-http · https://api.githubcopilot.com/mcp/
Repository
github/github-mcp-server
Website
github.com
What it needs from you
github_tokenRequiredSecretA GitHub personal access token (fine-grained or classic) with read access to the repositories you want to search.
Manual config
Add this to your MCP client's config (e.g. an mcp.json or the client's mcpServers block), filling in any placeholders.
mcpServers
{
"mcpServers": {
"github-mcp-server": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer <github_token>"
}
}
}
}