Everforth GitHub MCP Server
@Everforth
Everforth GitHub MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Everforth GitHub MCP Server?
The Everforth GitHub MCP Server is a simple MCP server that sends GraphQL queries to the GitHub API. It is designed for users who need secure handling of GitHub access tokens (avoiding exposure to Cursor Agent) and require access to GitHub ProjectV2 (kanban) features, which the official GitHub MCP server does not support well.
How to use Everforth GitHub MCP Server?
Add the github-cli section to your Cursor mcp.json configuration with your GitHub personal access token in the env field. Restart Cursor. Optionally, add instruction rules for owner and repository names in the Rules section.
Key features of Everforth GitHub MCP Server
- Uses GraphQL to interact with GitHub API
- Keeps access tokens secure (not passed to Cursor Agent)
- Public Docker image available for immediate use
- Customizable via provided Dockerfile
- Supports GitHub ProjectV2 (kanban) queries
Use cases of Everforth GitHub MCP Server
- Query GitHub issues, pull requests, and project boards via GraphQL
- Securely manage GitHub data within Cursor without exposing tokens
- Integrate GitHub ProjectV2 kanban workflows into AI-driven coding sessions
FAQ from Everforth GitHub MCP Server
How does this differ from the official GitHub MCP?
The official GitHub MCP server was not fully usable and does not support GitHub ProjectV2 (kanban), which requires GraphQL. This server provides a GraphQL-based alternative.
What runtime is required?
The server runs via Docker. A public image (ikutani41/github-cli-mcp-server) is provided; alternatively, you can build your own using the provided Dockerfile after running npm install.
Where does data live?
All data is fetched live from GitHub’s API. No local storage is used.
Are there any known limitations?
The README does not list any specific limitations. The server focuses on GraphQL queries to GitHub.
What transport or authentication is used?
The server communicates via stdin/stdout over Docker. Authentication uses a GitHub personal access token set via the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
「バージョン管理」の他のコンテンツ
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol

Github
modelcontextprotocolModel Context Protocol Servers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
コメント