MindBacklog
@mindbacklog/mcp
Официальная интеграция Model Context Protocol (MCP) для MindBacklog.
Этот пакет позволяет ИИ-ассистентам, таким как Claude Desktop, безопасно подключаться к вашему рабочему пространству MindBacklog, предоставляя им возможность нативно читать ваши PRD, пользовательские истории, сигналы от клиентов и контекст функций.
Установка для Claude Desktop
Создайте MCP-токен в настройках разработчика MindBacklog (Developer Settings).
Откройте 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-токен имеет доступ к данным вашей организации в 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