Stats
Actions
Tags
From github-autopilot
Connects to a remote GitHub Autopilot HTTP endpoint for automated GitHub workflows, pull request management, and code review assistance. Requires a GITHUB_AUTOPILOT_URL environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"github-autopilot": {
"type": "http",
"url": "${GITHUB_AUTOPILOT_URL}"
}
}
}Server configuration and connection parameters
${GITHUB_AUTOPILOT_URL}npx claudepluginhub shweta-mishra-ai/github-autopilot --plugin github-autopilot