Skip to main content
Glama

issue-tracker-mcp

Ein minimaler Model Context Protocol-Server, der es einem KI-Assistenten ermöglicht, ein Kanban-Issue-Board zu verwalten.

Er verwendet den streamable HTTP-Transport, sodass derselbe Code sowohl für die lokale Entwicklung als auch für ein gehostetes Deployment funktioniert, mit dem sich ein ganzes Team verbinden kann.

Die Übung

src/server.ts enthält das Server-Grundgerüst und ein fertiges Tool (list_issues), damit Sie sehen können, wie eine Registrierung aussieht. Vier weitere Tools sind als TODO-Kommentare hinterlassen — Ihre Aufgabe ist es, diese mit server.registerTool(...) zu implementieren:

  • get_issue

  • create_issue

  • update_issue

  • delete_issue

Die Datenschicht in src/store.ts ist bereits vollständig; Sie müssen sie nur noch anbinden. Starten Sie nach jedem Schritt den Server neu und testen Sie ihn im Inspector.

Festgefahren? Der solution-Branch enthält eine voll funktionsfähige Version.

Related MCP server: kanban-lite

Ausführen

npm install
npm start
# → Issue Tracker MCP server listening on http://localhost:3001/mcp

Manuell testen

Der MCP Inspector ist eine kleine Web-UI, um Tools manuell aufzurufen:

npm run inspect
# then choose "Streamable HTTP" and enter http://localhost:3001/mcp

Einen Client verbinden

Client

Wie

Claude Code

claude mcp add --transport http issue-tracker http://localhost:3001/mcp

Claude Desktop / Claude.ai

Einstellungen → Connectors → Benutzerdefinierten Connector hinzufügen → URL einfügen

Für Ihr Team bereitstellen

Dies ist eine einfache Express-App. Stellen Sie npm start auf einem beliebigen Node-Host bereit (Render, Railway, Fly.io, Cloudflare Workers, ein VPS) und teilen Sie die resultierende https://…/mcp-URL — jeder, der diese URL hinzufügt, greift auf dasselbe Board zu.

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