A
securityF
licenseA
qualityA Model Context Protocol server that enables management of GitLab Kanban boards through tools for listing, creating, updating, and deleting tasks, as well as adding comments.
Last updated -
1
GitHub Kanban MCP Server 是一个模型上下文协议 (MCP) 服务器,用于以看板格式管理 GitHub 问题并简化 LLM 任务管理。
将以下内容添加到您的 MCP 配置文件中:
获取看板上的问题列表。
输入参数:
repo
:GitHub 存储库名称(必填)state
:问题的状态(“打开”,“关闭”,“全部”)。labels
:要过滤的标签数组。创建新问题。
输入参数:
repo
:GitHub 存储库名称(必填)title
:问题标题(必填)emoji
:在标题开头添加的表情符号body
:问题的主体labels
:标签数组assignees
:要分配的用户数组更新现有问题。
输入参数:
repo
:GitHub 存储库名称(必填)issue_number
:发行号(必填)title
:新标题emoji
:在标题开头添加的表情符号body
:新身体state
:新状态(“打开”,“关闭”)。labels
:新标签数组assignees
:新任务的数组为任务添加评论。
输入参数:
repo
:GitHub 存储库名称(必填)issue_number
:任务(问题)的 ID(必需)body
:评论内容(支持Markdown格式)(必填)state
:评论时要更改的问题状态('打开','关闭')MIT 许可证 - 请参阅LICENSE文件。
git checkout -b feature/amazing-feature
)git commit -m '✨ feat: 素晴らしい機能を追加'
)git push origin feature/amazing-feature
)如果您有任何问题或建议,请创建问题。
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器,能够以看板格式高效管理 GitHub 问题,从而允许 LLM 通过 GitHub 集成自动执行任务管理。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sunwood-ai-labs/github-kanban-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server