issue-tracker-mcp
issue-tracker-mcp
AIアシスタントがカンバン形式の課題ボードを管理できるようにする、最小限のModel Context Protocolサーバーです。
ストリーミングHTTPトランスポートを使用しているため、ローカル開発とチーム全体で接続するホスト型デプロイの両方で同じコードが動作します。
演習
src/server.tsにはサーバーの基盤と、登録方法を確認できるように1つの完成したツール(list_issues)が含まれています。残りの4つのツールはTODOコメントとして残されています。server.registerTool(...)を使用してこれらを実装するのがあなたの仕事です:
get_issuecreate_issueupdate_issuedelete_issue
src/store.tsのデータレイヤーはすでに完成しているため、接続するだけで済みます。各実装が終わるたびにサーバーを再起動し、Inspectorで試してみてください。
行き詰まりましたか?
solutionブランチに完全に動作するバージョンがあります。
Related MCP server: kanban-lite
実行方法
npm install
npm start
# → Issue Tracker MCP server listening on http://localhost:3001/mcp手動で試す
MCP Inspectorは、手動でツールを呼び出すための小さなWeb UIです:
npm run inspect
# then choose "Streamable HTTP" and enter http://localhost:3001/mcpクライアントを接続する
クライアント | 方法 |
Claude Code |
|
Claude Desktop / Claude.ai | 設定 → コネクタ → カスタムコネクタを追加 → URLを貼り付け |
チーム向けにデプロイする
これは単純なExpressアプリです。npm startを任意のNodeホスト(Render、Railway、Fly.io、Cloudflare Workers、VPSなど)にデプロイし、生成されたhttps://…/mcp URLを共有してください。そのURLを追加した全員が同じボードを操作できるようになります。
This server cannot be installed
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
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides AI assistants with structured access to kanban board functionality for managing tasks, columns, labels, and sprints.172MIT
- Alicense-qualityBmaintenanceMCP server for AI agents to manage a lightweight kanban board stored as markdown files, enabling task creation, updates, and column movements.5MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.4578MIT
- Alicense-qualityAmaintenanceMCP server that enables AI agents to manage tasks, boards, lists, and comments on a Kanban-style project management system through JSON-RPC methods.72AGPL 3.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP server for generating rough-draft project plans from natural-language prompts.
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/lydiahallie/issue-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server