We need to set up a local GitHub MCP server using Docker to enable Cursor IDE to create and manage GitHub issues and pull requests via AI-assisted workflows. This will streamline development by automating context-aware issue and PR creation directly from the IDE.
Checklist:
Goal:
Have a fully functioning MCP integration running locally that allows Cursor to interact with GitHub repositories using natural language.
We need to set up a local GitHub MCP server using Docker to enable Cursor IDE to create and manage GitHub issues and pull requests via AI-assisted workflows. This will streamline development by automating context-aware issue and PR creation directly from the IDE.
Checklist:
Install Docker if not already installed
Generate a GitHub Personal Access Token with the following scopes:
repoissuespull_requestsRun the GitHub MCP server using Docker:
(Optional) Limit toolsets using:
Register the MCP server in Cursor:
Settings → MCP Servers → Add Server
Command:
dockerArgs:
Test Cursor integration by having it create an issue or PR via chat
Goal:
Have a fully functioning MCP integration running locally that allows Cursor to interact with GitHub repositories using natural language.