Skip to main content
Glama

@mindbacklog/mcp

MindBacklog 的官方 模型上下文协议 (MCP) 集成。

此包允许 Claude Desktop 等 AI 助手安全地连接到您的 MindBacklog 工作区,使其能够原生读取您的 PRD、用户故事、客户信号和功能上下文。

Claude Desktop 安装步骤

  1. 从您的 MindBacklog 开发者设置中生成一个 MCP Token

  2. 打开 Claude Desktop,导航至 Settings > Developer > Edit Config

  3. 将以下配置添加到您的 claude_desktop_config.json 中:

{
  "mcpServers": {
    "mindbacklog": {
      "command": "npx",
      "args": ["-y", "@mindbacklog/mcp"],
      "env": {
        "MINDBACKLOG_TOKEN": "mb_your_token_here"
      }
    }
  }
}
  1. 完全退出并重启 Claude Desktop。

Related MCP server: pm-copilot

使用方法

连接后,您可以询问 Claude 诸如:

  • “关于账单页面,最新的客户信号是什么?”

  • “阅读深色模式功能的 PRD,并帮助我规划实施方案。”

  • “为新的仪表板故事编写验收标准。”

安全性

您的 MCP token 有权访问您组织在 MindBacklog 中的数据。请像对待密码一样妥善保管。如果发生泄露,请立即在您的开发者设置中撤销它。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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