Github-Issues-MCP-Server

C-you-know/Github-Issues-MCP-Server
★ 1 stars Python API Integration Updated 9d ago
An MCP server that fetches and filters GitHub issues to help contributors find suitable issues to work on. My first MCP server!
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-issues-mcp-se": {
      "command": "uvx",
      "args": [
        "github-issues-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install github-issues-mcp-server

Topics

mcp-server