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は、GitHubのissueをカンバンボード形式で管理し、LLMのタスク管理を効率化するためのModel Context Protocol(MCP)サーバーです。
MCPの設定ファイルに以下を追加:
カンバンボードのissue一覧を取得します。
入力パラメータ:
repo
: GitHubリポジトリ名(必須)state
: issueの状態('open', 'closed', 'all')labels
: フィルタリングするラベルの配列新しいissueを作成します。
入力パラメータ:
repo
: GitHubリポジトリ名(必須)title
: issueのタイトル(必須)emoji
: タイトルの先頭に付与する絵文字body
: issueの本文labels
: ラベルの配列assignees
: アサインするユーザーの配列既存のissueを更新します。
入力パラメータ:
repo
: GitHubリポジトリ名(必須)issue_number
: issue番号(必須)title
: 新しいタイトルemoji
: タイトルの先頭に付与する絵文字body
: 新しい本文state
: 新しい状態('open', 'closed')labels
: 新しいラベルの配列assignees
: 新しいアサインの配列タスクにコメントを追加します。
入力パラメータ:
repo
: GitHubリポジトリ名(必須)issue_number
: タスク(Issue)のID(必須)body
: コメントの内容(Markdown形式対応)(必須)state
: コメント時に変更するissueの状態('open', 'closed')MIT License - LICENSEファイルを参照してください。
git checkout -b feature/amazing-feature
)git commit -m '✨ feat: 素晴らしい機能を追加'
)git push origin feature/amazing-feature
)問題や提案がありましたら、Issueを作成してください。
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