MCP Server
MCP
GitHub Issue MCP
AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "github-issue-mcp",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHub personal access token used to access the configured repository.",
"isRequired": true,
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "GitHub repository owner or organization.",
"isRequired": true,
"name": "GITHUB_OWNER"
},
{
"description": "GitHub repository name.",
"isRequired": true,
"name": "GITHUB_REPO"
},
{
"description": "Google Gemini API key used for AI-powered issue generation and semantic duplicate analysis.",
"isRequired": true,
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment