GitHub Kanban MCP ServerServer

Sunwood-ai-labs
GitHub
GitHubProject ManagementKanban

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol server that enables efficient management of GitHub issues in a Kanban board format, allowing LLMs to automate task management through GitHub integration.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "github-kanban": {
        "args": [],
        "command": "github-kanban-mcp-server"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

list_issuescreate_issueupdate_issueadd_comment

โšก Features

  • Manage GitHub issues in Kanban format
  • Automated task management through LLM
  • Project progress visualization
  • Complete integration with GitHub
  • Commenting functionality on tasks

๐Ÿ’ฌ Example Queries

  • Get a list of issues from the Kanban board
  • Create a new issue in the GitHub repository
  • Update an existing GitHub issue
  • Add a comment to a task