Skip to main content
Glama

issue-tracker-mcp

AIアシスタントがカンバン形式の課題ボードを管理できるようにする、最小限のModel Context Protocolサーバーです。

ストリーミングHTTPトランスポートを使用しているため、ローカル開発とチーム全体で接続するホスト型デプロイの両方で同じコードが動作します。

演習

src/server.tsにはサーバーの基盤と、登録方法を確認できるように1つの完成したツール(list_issues)が含まれています。残りの4つのツールはTODOコメントとして残されています。server.registerTool(...)を使用してこれらを実装するのがあなたの仕事です:

  • get_issue

  • create_issue

  • update_issue

  • delete_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 mcp add --transport http issue-tracker http://localhost:3001/mcp

Claude Desktop / Claude.ai

設定 → コネクタ → カスタムコネクタを追加 → URLを貼り付け

チーム向けにデプロイする

これは単純なExpressアプリです。npm startを任意のNodeホスト(Render、Railway、Fly.io、Cloudflare Workers、VPSなど)にデプロイし、生成されたhttps://…/mcp URLを共有してください。そのURLを追加した全員が同じボードを操作できるようになります。

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that provides AI assistants with structured access to kanban board functionality for managing tasks, columns, labels, and sprints.
    17
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    45
    78
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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