issue-tracker-mcp
issue-tracker-mcp
一个极简的 Model Context Protocol 服务器, 让 AI 助手能够管理看板式问题面板。
它使用 流式 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 是一个用于手动调用工具的小型 Web 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