issue-tracker-mcp
issue-tracker-mcp
Un servidor minimalista del Protocolo de Contexto de Modelo que permite a un asistente de IA gestionar un tablero de incidencias kanban.
Utiliza el transporte HTTP streamable, por lo que el mismo código funciona para el desarrollo local y para un despliegue alojado al que se conecta todo un equipo.
El ejercicio
src/server.ts contiene la estructura del servidor y una herramienta terminada (list_issues) para que puedas ver cómo es un registro. Quedan cuatro herramientas más como comentarios TODO: tu trabajo es implementarlas con server.registerTool(...):
get_issuecreate_issueupdate_issuedelete_issue
La capa de datos en src/store.ts ya está completa; solo necesitas conectarla. Después de cada una, reinicia el servidor y pruébala en el Inspector.
¿Atascado? La rama
solutiontiene una versión que funciona completamente.
Related MCP server: kanban-lite
Ejecútalo
npm install
npm start
# → Issue Tracker MCP server listening on http://localhost:3001/mcpPruébalo manualmente
El Inspector MCP es una pequeña interfaz web para llamar a las herramientas manualmente:
npm run inspect
# then choose "Streamable HTTP" and enter http://localhost:3001/mcpConecta un cliente
Cliente | Cómo |
Claude Code |
|
Claude Desktop / Claude.ai | Ajustes → Conectores → Añadir conector personalizado → pega la URL |
Despliega para tu equipo
Esta es una aplicación Express sencilla. Despliega npm start en cualquier host de Node (Render, Railway, Fly.io, Cloudflare Workers, un VPS) y comparte la URL https://…/mcp resultante: todos los que añadan esa URL hablarán con el mismo tablero.
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