Skip to main content
Glama

@mindbacklog/mcp

MindBacklog用の公式Model Context Protocol (MCP)統合です。

このパッケージを使用すると、Claude DesktopのようなAIアシスタントをMindBacklogワークスペースに安全に接続し、PRD、ユーザーストーリー、顧客シグナル、機能のコンテキストをネイティブに読み取らせることができます。

Claude Desktopへのインストール

  1. MindBacklogの「Developer Settings」からMCPトークンを生成します。

  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トークンは、組織のMindBacklogデータへのアクセス権を持っています。パスワードと同様に扱ってください。万が一漏洩した場合は、Developer Settingsから直ちに無効化してください。

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