issue-tracker-mcp
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_issuecreate_issueupdate_issuedelete_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/mcpManuell 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/mcpEinen Client verbinden
Client | Wie |
Claude Code |
|
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.
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