loading…
Search for a command to run...
loading…
Connect Claude directly to your MindBacklog workspace to read PRDs, user stories, and real-time customer signals.
Connect Claude directly to your MindBacklog workspace to read PRDs, user stories, and real-time customer signals.
Official Model Context Protocol (MCP) integration for MindBacklog.
This package allows AI assistants like Claude Desktop to connect securely to your MindBacklog workspace, giving them the ability to read your PRDs, user stories, customer signals, and feature context natively.
claude_desktop_config.json:{
"mcpServers": {
"mindbacklog": {
"command": "npx",
"args": ["-y", "@mindbacklog/mcp"],
"env": {
"MINDBACKLOG_TOKEN": "mb_your_token_here"
}
}
}
}
Once connected, you can ask Claude things like:
Your MCP token has access to your organization's MindBacklog data. Treat it like a password. If compromised, revoke it immediately in your Developer Settings.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mindbacklog": {
"command": "npx",
"args": []
}
}
}