AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.
claude mcp add github-issue-mcp -- npx -y github-issue-mcp
claude_desktop_config.json
{
"mcpServers": {
"github-issue-mcp": {
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"github-issue-mcp": {
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github-issue-mcp": {
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"github-issue-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"github-issue-mcp": {
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sarim-aliii--github-issue-mcp/reviews or the review_server meta-tool.
POST /mcp