Branch Thinking MCP Server
지점 사고
다음을 지원하는 분기 기반 사고 탐색을 구현하는 MCP 서버:
다양한 생각의 갈래
지점 탐색(목록, 초점, 기록)
관련된 생각들 사이의 교차 참조
핵심 포인트에서 통찰력 생성
지점 우선 순위 추적
이는 여기에서 사용할 수 있는 sequential-thinking 도구를 기반으로 합니다: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
특징
지점 관리 : 다양한 사고의 흐름을 만들고 탐색합니다.
교차 참조 : 입력된 관계를 통해 분기 간에 관련된 생각을 연결합니다.
통찰력 : 생각의 핵심 지점에서 자동으로 통찰력을 생성합니다.
우선순위 추적 : 신뢰도 및 연결에 따라 지점 우선순위 추적
Related MCP server: UltraThink
명령
list: 현재 상태를 포함한 모든 지점 표시focus [branchId]: 특정 브랜치로 포커스를 전환합니다.history [branchId?]: 브랜치 내 생각의 이력을 보여줍니다.
설치
이 프로젝트를 사용자 정의 MCP 도구 디렉토리에 넣으세요.
지엑스피1
claude_desktop_config.json 에 다음을 추가하세요:
"branch-thinking": {
"command": "node",
"args": [
"/your-custom-mcp-dir-here/branch-thinking/dist/index.js"
]
}팁
클로드는 명시적으로 지시받지 않는 한 도구를 사용하지 않는 경우가 많습니다.
메시지를 받지 않고 이 도구를 사용하려면 Claude 프로필 설정(또는 시스템 메시지)에 다음과 같이 추가하세요.
제가 "단계별로 생각하세요", "답변하기 전에 생각하세요", 또는 "생각의 연쇄를 사용하세요"라고 한다면, 이는 분기 사고 도구를 활용하라는 뜻입니다. 답변에 여러 단계가 필요하다고 생각된다면 주저하지 말고 분기 사고 도구를 직접 사용해 보세요.
크레딧
이 코드의 대부분을 제가 작성했다고는 할 수 없습니다. 대부분 클로드가 생성한 것입니다. 개념 자체는 제 것이었고, 테스트, 수정, 구현 모두 제 것이었습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables managing multiple lines of thought with features like branch navigation, cross-references between related thoughts, and insight generation from key points.115MIT
- AlicenseAqualityDmaintenanceA Python-based MCP server that facilitates structured problem-solving through sequential thinking, branching, and confidence scoring. It allows users to track assumptions and manage multiple concurrent reasoning sessions to break down complex tasks.118MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that structures AI reasoning as directed acyclic graphs of semantic thoughts, enabling explicit dependencies, assumption tracking, and cascade invalidation for transparent decision-making.75MIT
- AlicenseNot gradedqualityCmaintenanceA thinking assistant MCP server that helps you reason through problems using structured frameworks like first principles and sequential thinking, starting wherever you are — clear, messy, or fragmentary.8MIT
Related MCP Connectors
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
MCP server for generating rough-draft project plans from natural-language prompts.
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/m-siles/branch-thinking'
If you have feedback or need assistance with the MCP directory API, please join our Discord server