issue-tracker-mcp
issue-tracker-mcp
AI 어시스턴트가 칸반 이슈 보드를 관리할 수 있게 해주는 최소한의 Model Context Protocol 서버입니다.
스트리밍 가능한 HTTP 전송 방식을 사용하므로, 동일한 코드로 로컬 개발과 전체 팀이 연결하는 호스팅 배포 환경 모두에서 작동합니다.
실습
src/server.ts에는 서버 스캐폴딩과 등록 방식의 예시를 확인할 수 있는 하나의 완성된 도구(list_issues)가 포함되어 있습니다. 나머지 4개의 도구는 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는 도구를 직접 호출해 볼 수 있는 작은 웹 UI입니다:
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 등)에 배포하고 생성된 https://…/mcp URL을 공유하세요. 해당 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