Everforth/github-cli-mcp-server
If you are the rightful owner of github-cli-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Everforth GitHub MCP Server is a simple server that sends GraphQL requests to GitHub.
The Everforth GitHub MCP Server is designed to securely handle access tokens without exposing them to the Cursor Agent. It addresses the limitations of the official MCP server, which was not fully functional, especially when using GitHub's ProjectV2 (Kanban) that requires GraphQL. The server is available as a public image, making it easy to set up with Cursor. Users can also customize and build their own version using the provided Dockerfile. This server ensures secure and efficient interaction with GitHub's API, leveraging GraphQL for advanced project management features.
Features
- Secure handling of GitHub access tokens.
- Utilizes GraphQL for advanced GitHub project management.
- Public Docker image available for easy setup.
- Customizable with provided Dockerfile.
- Compatible with Cursor for seamless integration.
Usages
usage with Cursor
{ "mcpServers": { "github-cli": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ikutani41/github-cli-mcp-server" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<PERSONAL ACCESS TOKEN HERE>" } } } }