莲花智慧 MCP 服务器是一个基于《莲花经》智慧框架的问题解决工具。它结合了分析性思维与直觉智慧,为用户提供了一种多面的问题解决方法,助力用户更好地应对各类问题。
莲花智慧 MCP 服务器是一个多级会话协议服务器(MCP),专为在 Claude Desktop 中运行设计。它通过结构化的对话流程引导用户实现更深层次的理解和洞察。
系统预定义了以下几种标签:
服务器会记录并展示整个思考流程:
在 claude_desktop_config.json 中添加如下内容:
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}
在 claude_desktop_config.json 中添加如下内容:
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"git+https://github.com/linxule/lotus-wisdom-mcp.git"
]
}
}
}
在 claude_desktop_config.json 中添加如下内容:
{
"mcpServers": {
"lotus-wisdom": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"lotus-wisdom-mcp"
]
}
}
}
{
"tag": "INPUT",
"content": "如何平衡自由与责任?"
}
{
"tag": "QUERY",
"content": "您对自由和责任的理解基础是什么?"
}
{
"tag": "THINK",
"content": "自由是选择的权利,责任是对选择负责。这两者相辅相成..."
}
{
"tag": "CREATE",
"content": "从法律、道德、个人成长三个维度进行分析..."
}
{
"tag": "OUTPUT",
"content": "自由与责任是动态平衡的关系,..."
}
使用以下命令构建 Docker 镜像:
docker build -t lotus-wisdom-mcp -f Dockerfile .
本 MCP 服务器基于 MIT License 开源。更多细节请查看项目仓库中的 LICENSE 文件。