送信

Github Projects Mcp Server

@Arclio

A Model Context Protocol (MCP) server that provides tools for managing GitHub Projects V2. This server uses the GitHub GraphQL API for interacting with GitHub Projects V2 for project board management and tracking tickets/issues.

サーバー設定

{
  "mcpServers": {
    "github-projects": {
      "command": "uvx",
      "args": [
        "mcp-github-projects"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_TOKEN_HERE>"
      }
    }
  }
}
Github Projects Mcp Server MCP Server