MindBacklog
@mindbacklog/mcp
MindBacklog 的官方 模型上下文协议 (MCP) 集成。
此包允许 Claude Desktop 等 AI 助手安全地连接到您的 MindBacklog 工作区,使其能够原生读取您的 PRD、用户故事、客户信号和功能上下文。
Claude Desktop 安装步骤
从您的 MindBacklog 开发者设置中生成一个 MCP Token。
打开 Claude Desktop,导航至 Settings > Developer > Edit Config。
将以下配置添加到您的
claude_desktop_config.json中:
{
"mcpServers": {
"mindbacklog": {
"command": "npx",
"args": ["-y", "@mindbacklog/mcp"],
"env": {
"MINDBACKLOG_TOKEN": "mb_your_token_here"
}
}
}
}完全退出并重启 Claude Desktop。
Related MCP server: pm-copilot
使用方法
连接后,您可以询问 Claude 诸如:
“关于账单页面,最新的客户信号是什么?”
“阅读深色模式功能的 PRD,并帮助我规划实施方案。”
“为新的仪表板故事编写验收标准。”
安全性
您的 MCP token 有权访问您组织在 MindBacklog 中的数据。请像对待密码一样妥善保管。如果发生泄露,请立即在您的开发者设置中撤销它。
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
- FlicenseNot gradedqualityDmaintenanceIntegrates Backlog project management with Claude via Model Context Protocol, enabling access to projects, issues, and wiki pages through natural language interactions.1
- AlicenseNot gradedqualityAmaintenanceProduct management copilot that connects Claude to HelpScout support tickets and ProductLift feature requests. Synthesizes customer feedback across sources, scores themes by convergence, and generates prioritized product plans.27MIT
- FlicenseNot gradedqualityCmaintenanceConnects Claude.ai to your Motion workspace, enabling task and project management via natural language.
- AlicenseNot gradedqualityCmaintenanceConnects Claude to a personal knowledge base with hybrid search over code, documents, and images. Allows the AI assistant to retrieve and answer from your own files during conversations.1MIT
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/aadarshb/mindbacklog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server