Odel
GitHub Issue MCP

GitHub Issue MCP

Local
@sarim-aliii1TypeScriptUpdated 3w ago

AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgithub-issue-mcpv1.1.2

Run

npx -y github-issue-mcp

MCP client config

{
  "mcpServers": {
    "github-issue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-issue-mcp"
      ]
    }
  }
}