Back to search
30
MCP

github-mcp-server

cyanheads/github-mcp-server

A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories, issues, pull requests, and code while providing a structured interface for LLM agents to perform GitHub operations.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@mseep/git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git o
0 tools
git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git o
0 tools
github-project-mcp
A Model Context Protocol server for managing GitHub projects and issues via GraphQL
0 tools
mcp-git-ingest
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
0 tools
io.github.cap-js/mcp-server
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
0 tools
github-trending-mcp
A Model Context Protocol (MCP) server that provides GitHub trending repositories (supports both stdio and SSE transports)
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "github-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}