GitHub Issue MCP for Grok
io.github.sarim-aliii/github-issue-mcp
AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.
client:Grok
transport:stdio
runtime:npm
Install GitHub Issue MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"github-issue-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_OWNER": "<GITHUB_OWNER>",
"GITHUB_REPO": "<GITHUB_REPO>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs