Oh Card Helper Mcp Server
@cosmowind
About Oh Card Helper Mcp Server
OH卡探索工具是基于FastMCP的交互式应用,通过图像投射技术帮助用户进行自我探索。随机抽取的图像卡片和精心设计的引导问题,让用户探索内心世界,获得新的视角与启发。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ohcard": {
"command": "npx",
"args": [
"-y",
"@cosmowind/ohcard-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments