MCP.so
登录
O

Oh Card Helper Mcp Server

@cosmowind

关于 Oh Card Helper Mcp Server

OH卡探索工具是基于FastMCP的交互式应用,通过图像投射技术帮助用户进行自我探索。随机抽取的图像卡片和精心设计的引导问题,让用户探索内心世界,获得新的视角与启发。

基本信息

分类

其他

传输方式

stdio

发布者

cosmowind

提交者

cosmowind

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ohcard": {
      "command": "npx",
      "args": [
        "-y",
        "@cosmowind/ohcard-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Oh Card Helper Mcp Server?

Oh Card Helper Mcp Server is a psychological self‑exploration tool built on FastMCP that integrates OH Cards (Open Heart Cards), a projective technique for inner insight. It allows users to draw cards, receive guiding questions, and explore their emotions and problems from new perspectives.

How to use Oh Card Helper Mcp Server?

Ensure Python 3.11+ and FastMCP are installed, then clone the repository, install dependencies with pip install -r requirements.txt, and start the server by running python ohcard.py. Configure your MCP client with the command python and the argument pointing to the server script. Invoke functions such as draw_oh_card with an intention to receive a card image and get_guidance_questions to get reflective prompts.

Key features of Oh Card Helper Mcp Server

  • Draw an OH card based on your intention
  • Retrieve guided questions for deeper exploration
  • List all guidance question types
  • Preview all available OH cards
  • Learn what OH Cards are
  • Get the standard OH card drawing process

Use cases of Oh Card Helper Mcp Server

  • Exploring personal challenges (e.g., work‑related stress)
  • Expressing difficult or unspoken feelings
  • Gaining new perspectives on problems
  • Enhancing self‑awareness and inner wisdom
  • Supplementing coaching or therapy sessions

FAQ from Oh Card Helper Mcp Server

What exactly is an OH Card?

OH Card (Open Heart Card) is a psychological projection tool that uses images to help people project their inner state, explore subconscious needs and feelings, and stimulate intuitive insight.

What are the dependencies and runtime requirements?

Python 3.11 or later and the FastMCP library are required. No other external services or accounts are needed.

How do I install and start the server?

Clone the repository, run pip install -r requirements.txt, then execute python ohcard.py. Configure your MCP client’s JSON file to use the command python with the script path.

What MCP tools/functions does the server expose?

It provides: what_is_oh_cards, get_oh_card_process, draw_oh_card, get_guidance_questions, get_all_question_types, and get_all_cards_preview.

What transport or authentication does it use?

The server uses standard MCP over stdio (command line invocation). No authentication is implemented.

评论

其他 分类下的更多 MCP 服务器