home / mcp / github kanban mcp server
Provides a GitHub Kanban-style MCP server to manage GitHub issues via MCP with LLm task management.
Configuration
View docs{
"mcpServers": {
"sunwood-ai-labs-github-kanban-mcp-server": {
"command": "github-kanban-mcp-server",
"args": []
}
}
}You can run the GitHub Kanban MCP Server to manage GitHub issues as a kanban board and enable your LLM to automate task management, comments, and progress visualization with a tightly integrated MCP workflow.
Install and run the MCP server locally, then connect a client that supports MCP to issue commands like listing, creating, updating issues, and adding comments. Once connected, you can manage GitHub issues in a kanban-style view, have the LLM organize work, and add task-level discussions directly on issues.
Retrieves the list of issues for a given repository, filtered by state and labels to populate the Kanban board.
Creates a new issue in a specified repository with a title, body, labels, and assignees.
Updates properties of an existing issue, including title, body, state, labels, and assignees.
Adds a comment to a specific issue and optionally changes the issue state.