issue-tracker-mcp
issue-tracker-mcp
Минималистичный сервер Model Context Protocol, который позволяет ИИ-ассистенту управлять канбан-доской задач.
Он использует транспорт streamable HTTP, поэтому один и тот же код работает как для локальной разработки, так и для развернутого приложения, к которому подключается вся команда.
Упражнение
В файле src/server.ts находится каркас сервера и один готовый инструмент (list_issues), чтобы вы могли увидеть, как выглядит регистрация. Еще четыре инструмента оставлены в виде комментариев 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 — это небольшой веб-интерфейс для ручного вызова инструментов:
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) и поделитесь полученным URL https://…/mcp — все, кто добавит этот 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