GitHub Kanban MCP Server
🎯 GitHub Kanban MCP 服务器
📋 概述
GitHub Kanban MCP Server 是一个模型上下文协议 (MCP) 服务器,用于以看板格式管理 GitHub 问题并简化 LLM 任务管理。
Related MCP server: GitHub MCP Server
🚀 功能
🔄 以看板格式管理 GitHub 问题
🤖 使用 LLM 进行自动化任务管理
📊 可视化项目进度
🔗 与 GitHub 完全集成
💬 任务评论
📁 项目结构
kanban-server/
├── src/ # ソースコードディレクトリ
│ ├── handlers/ # リクエストハンドラー
│ │ ├── comment-handlers.ts # コメント関連の処理
│ │ ├── issue-handlers.ts # Issue関連の処理
│ │ ├── label-handlers.ts # ラベル関連の処理
│ │ └── tool-handlers.ts # ツールリクエストの処理
│ ├── schemas/ # 入力スキーマ定義
│ │ ├── comment-schemas.ts # コメント関連のスキーマ
│ │ └── issue-schemas.ts # Issue関連のスキーマ
│ ├── utils/ # ユーティリティ関数
│ │ ├── error-handler.ts # エラー処理
│ │ └── exec.ts # コマンド実行関連
│ ├── server.ts # MCPサーバーの実装
│ └── types.ts # 型定義
├── docs/ # ドキュメント
│ └── v0.2.0/ # バージョン別ドキュメント
└── assets/ # アセットファイル🛠️ 安装
先决条件
Node.js 18.x 或更高版本
npm 9.x 或更高版本
GitHub CLI(gh)
# パッケージのインストール
npm install @sunwood-ai-labs/github-kanban-mcp-server
# GitHub CLIの認証設定
gh auth login⚙️ 设置
将以下内容添加到您的 MCP 配置文件中:
{
"mcpServers": {
"github-kanban": {
"command": "github-kanban-mcp-server"
}
}
}🔧 可用工具
1. 列出问题
获取看板上的问题列表。
输入参数:
repo:GitHub 存储库名称(必填)state:问题的状态(“打开”,“关闭”,“全部”)。labels:要过滤的标签数组。
2. 创建问题
创建新问题。
输入参数:
repo:GitHub 存储库名称(必填)title:问题标题(必填)emoji:在标题开头添加的表情符号body:问题的主体labels:标签数组assignees:要分配的用户数组
3. 更新问题
更新现有问题。
输入参数:
repo:GitHub 存储库名称(必填)issue_number:发行号(必填)title:新标题emoji:在标题开头添加的表情符号body:新身体state:新状态(“打开”,“关闭”)。labels:新标签数组assignees:新任务的数组
4. 添加评论
为任务添加评论。
输入参数:
repo:GitHub 存储库名称(必填)issue_number:任务(问题)的 ID(必需)body:评论内容(支持Markdown格式)(必填)state:评论时要更改的问题状态('打开','关闭')
📝 许可证
MIT 许可证 - 请参阅LICENSE文件。
🤝 贡献
Fork此存储库
创建功能分支(
git checkout -b feature/amazing-feature)提交您的更改(
git commit -m '✨ feat: 素晴らしい機能を追加')推送到分支(
git push origin feature/amazing-feature)创建拉取请求
📮 反馈
如果您有任何问题或建议,请创建问题。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA 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.53
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.18MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables LLMs to interact with Plane.so, allowing them to manage projects and issues through Plane's API for streamlined project management workflows.640MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLM agents to manage GitHub repositories, issues, pull requests, branches, files, and releases through a standardized interface.4528Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
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