GitHub Issue MCP Server
Allows creation, listing, retrieval, and commenting on GitHub issues across repositories.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub Issue MCP Servercreate an issue for the memory leak in wifi-densepose-radar"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub Issue MCP Server & REST API Endpoint
A secure Model Context Protocol (MCP) server and REST API endpoint designed for autonomous AI agents to audit codebases and open GitHub issues across any repository.
Features
Multi-Repository Issue Creation: Create GitHub issues on any repository (e.g.
wifi-densepose-radar,goose,flywiththetide/repo_name).Dual Interface:
MCP SSE Transport: Connect via standard MCP SSE tools (
create_issue,list_issues,get_issue,add_issue_comment).REST API: Simple HTTP JSON endpoints (
POST /api/issues,GET /api/issues,POST /api/issues/:number/comments).
Security & Authentication: Protected by Bearer token (
Authorization: Bearer <GITHUB_ISSUE_MCP_AUTH_KEY>).Structured Audit Logging: Logs all requests and tool invocations to
audit.jsonlwith IP, timestamp, user agent, and execution timing.Hosted Bridge: Deployed on Hostinger VPS (
187.77.11.160) athttps://gh-issues.elx0.comvia Cloudflare SSL proxy.
Related MCP server: GitHub MCP Control Plane
Endpoints & Tool Schema
REST Endpoints
POST /api/issues- Create a new GitHub issueGET /api/issues?repo=<name>&state=open- List issuesGET /api/issues/:number?repo=<name>- Get issue detailsPOST /api/issues/:number/comments- Add issue commentGET /health- Health checkGET /info- Server metadata and tool discoveryGET /audit- Structured audit log inspection
Quick Start Example
curl -X POST https://gh-issues.elx0.com/api/issues \
-H "Authorization: Bearer <AUTH_KEY>" \
-H "Content-Type: application/json" \
-d '{
"repo": "wifi-densepose-radar",
"title": "Bug: Memory leak in frame buffer",
"body": "Detailed findings from autonomous agent audit...",
"labels": ["bug", "agent-audit"]
}'This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceEnables interaction with GitHub issues via the Model Context Protocol, allowing users to list and create issues with secure authentication.Last updated
- Flicense-qualityDmaintenanceProvides secure, controlled access to GitHub operations through the Model Context Protocol with enterprise-grade security features including secret detection, vulnerability scanning, rate limiting, and full audit trails. Supports repository management, file operations, branch creation, commits, and GitHub Actions workflows.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.Last updated1MIT
- Flicense-qualityDmaintenanceEnables AI agents to create GitHub issues on explicitly allow-listed repositories using GitHub App authentication, with input validation, rate limiting, and no token exposure.Last updated
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flywiththetide/github-issue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server