Create a GitHub App preconfigured for this MCP service.
Detected service URL: https://gh-mcp.prod.apps.herodevs.io
OAuth callback URL: https://gh-mcp.prod.apps.herodevs.io/oauth/github/callback
The callback page will show the generated values to put in AWS Secrets Manager:
GITHUB_CLIENT_IDGITHUB_CLIENT_SECRETAlso set a stable GH_MCP_TOKEN_SECRET for the deployment.
{
"name": "HeroDevs GitHub MCP Server",
"url": "https://gh-mcp.prod.apps.herodevs.io",
"description": "OAuth app configuration for the HeroDevs remote GitHub MCP server.",
"redirect_url": "https://gh-mcp.prod.apps.herodevs.io/install/callback",
"callback_urls": [
"https://gh-mcp.prod.apps.herodevs.io/oauth/github/callback"
],
"public": false,
"request_oauth_on_install": true,
"default_permissions": {
"actions": "write",
"checks": "write",
"contents": "write",
"deployments": "write",
"discussions": "write",
"issues": "write",
"metadata": "read",
"pull_requests": "write",
"statuses": "write",
"workflows": "write"
},
"default_events": []
}