MindBacklog
@mindbacklog/mcp
MindBacklog을 위한 공식 Model Context Protocol (MCP) 통합입니다.
이 패키지를 사용하면 Claude Desktop과 같은 AI 어시스턴트가 사용자의 MindBacklog 워크스페이스에 안전하게 연결되어 PRD, 사용자 스토리, 고객 신호 및 기능 컨텍스트를 기본적으로 읽을 수 있습니다.
Claude Desktop 설치 방법
MindBacklog 개발자 설정에서 MCP 토큰을 생성합니다.
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