a year ago
OH卡探索工具是基于FastMCP的交互式应用,通过图像投射技术帮助用户进行自我探索。随机抽取的图像卡片和精心设计的引导问题,让用户探索内心世界,获得新的视角与启发。
OH Cards Explorer is an interactive application based on FastMCP that facilitates self-exploration through image projection techniques. Using randomly drawn cards and thoughtfully designed questions, users can explore their inner world and gain new perspectives.
Server Config
{
"mcpServers": {
"ohcard": {
"command": "npx",
"args": [
"-y",
"@cosmowind/ohcard-mcp"
]
}
}
}