Skip to main content
Glama
flywiththetide

GitHub Issue MCP Server

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.jsonl with IP, timestamp, user agent, and execution timing.

  • Hosted Bridge: Deployed on Hostinger VPS (187.77.11.160) at https://gh-issues.elx0.com via Cloudflare SSL proxy.

Related MCP server: GitHub MCP Control Plane

Endpoints & Tool Schema

REST Endpoints

  • POST /api/issues - Create a new GitHub issue

  • GET /api/issues?repo=<name>&state=open - List issues

  • GET /api/issues/:number?repo=<name> - Get issue details

  • POST /api/issues/:number/comments - Add issue comment

  • GET /health - Health check

  • GET /info - Server metadata and tool discovery

  • GET /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"]
  }'
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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