A
securityA
licenseA
qualityAn MCP server for navigating thought processes using branches, supporting thought cross-references and priority tracking to enhance insight generation and structured idea exploration.
Last updated -
1
38
MIT License
Xmind 마인드맵을 생성하기 위한 MCP(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 MCP 프로토콜을 통해 구조화된 마인드맵을 생성할 수 있습니다.
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
path/to/xmind-generator-mcp
복제된 프로젝트의 실제 경로로 바꾸세요.참고 : env
섹션은 선택 사항입니다. 이 섹션을 통해 서버의 환경 변수를 설정할 수 있습니다.
outputPath
: Xmind 파일이 저장되는 기본 디렉터리 또는 파일 경로입니다. 도구 호출 시 outputPath
매개변수로 재정의할 수 있습니다.autoOpenFile
: 생성된 Xmind 파일을 생성 후 자동으로 열지 여부를 제어합니다. 자동 열기를 비활성화하려면 "false"로 설정합니다(기본값은 "true").주제의 계층 구조에서 Xmind 마인드 맵을 생성합니다.
매개변수:
title
(문자열): 마인드맵의 제목(루트 주제)topics
(배열): 마인드 맵에 포함할 주제 배열title
(문자열): 주제의 제목ref
(문자열, 선택 사항): 주제에 대한 참조 IDnote
(문자열, 선택 사항): 주제에 대한 참고 사항labels
(문자열 배열, 선택 사항): 주제에 대한 레이블markers
(문자열 배열, 선택 사항): 주제에 대한 마커(형식: "Category.name", 예: "Arrow.refresh")children
(배열, 선택 사항): 자식 주제의 배열relationships
(배열, 선택 사항): 주제 간 관계 배열outputPath
(문자열, 선택 사항): Xmind 파일의 사용자 지정 출력 경로입니다. 이 경로가 설정된 경우 환경 변수보다 우선합니다.다음은 generate-mind-map
도구를 사용하는 방법의 예입니다.
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
LLM이 계층적 주제 구조를 갖춘 체계적인 Xmind 마인드 맵을 만들 수 있도록 하는 MCP 서버로, 메모, 레이블, 마커와 같은 기능을 지원합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BangyiZhang/xmind-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server