GitHub Projects MCP ServerServer

taylor-lindores-reeves
GitHub
GitHubProject ManagementAgile

Loading subscription status...

💡 Description

An MCP (Model Context Protocol) server that enables AI agents to create and manage Agile Sprint-based projects using GitHub Projects.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GitHubProjects": {
        "env": {
          "GITHUB_OWNER": "your_github_username_or_org",
          "GITHUB_TOKEN": "your_github_personal_access_token"
        },
        "args": [
          "/path/to/your/directory/mcp-github-projects-main/build/index.js"
        ],
        "command": "bun"
      }
    }
  ]
}

🛠️ Tools

update-issuecreate-project-itemget-repositorylist-projectsupdate-project-item-fieldcreate-projectadd-draft-issueconvert-draft-issue

Features

  • Full support for GitHub's GraphQL Projects v2 API
  • Create, read, and update GitHub issues
  • Fetch repository details
  • Built with TypeScript for maximum type safety

💬 Example Queries

  • Create a new project in my GitHub repository
  • Add a draft issue to a project
  • Fetch details of all repositories