
shiitake uranai mcp
しいたけ占いの結果を踏まえてLLMに回答させるためのMCPサーバー
Repository Info
About This Server
しいたけ占いの結果を踏まえてLLMに回答させるためのMCPサーバー
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
しいたけ占い MCPサーバー
今週のしいたけ占いのアドバイスを踏まえて、LLMに回答を出力させるためのMCPサーバーです。
事前準備
以下の通りコンテナイメージをビルドします。
docker build -t mcp/shiitake-uranai-mcp:latest .
該当する星座を環境変数に設定してください。
export CONSTELLATION=sagittarius
| 星座の値 | 日本語訳 |
|---|---|
| aries | おひつじ座 |
| taurus | おうし座 |
| gemini | ふたご座 |
| cancer | かに座 |
| leo | しし座 |
| virgo | おとめ座 |
| libra | てんびん座 |
| scorpio | さそり座 |
| sagittarius | いて座 |
| capricorn | やぎ座 |
| aquarius | みずがめ座 |
| pisces | うお座 |
利用方法
1. Claude Desktopで利用する方法
claude_desktop_config.json に以下の通り記載してください。
CONSTELLATION には上記した該当する星座の値を入力してください。
mac
{
"mcpServers": {
"shiitake-uranai-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CONSTELLATION",
"mcp/shiitake-uranai-mcp"
],
"env": {
"CONSTELLATION": "sagittarius"
}
}
}
}
windows
{
"mcpServers": {
"shiitake-uranai-mcp": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"docker run -i --rm -e CONSTELLATION={YOUR_CONSTELLATION} mcp/shiitake-uranai-mcp"
]
}
}
}
2. Dockerのインタラクティブモードで利用する方法
コンテナを起動します
docker run -i --rm -e CONSTELLATION mcp/shiitake-uranai-mcp
初期化リクエスト
{"method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {"roots": {"listChanged": true}}, "clientInfo": {"name": "mcp", "version": "0.1.0"}}, "jsonrpc": "2.0", "id": 0}
初期化応答リクエスト
{"jsonrpc": "2.0", "method": "notifications/initialized"}
ツール一覧取得のためのリクエスト
{"method": "tools/list", "jsonrpc": "2.0", "id": 1}
今週の占いの取得のためのリクエスト
{"method": "tools/call", "params": { "name": "get_fortune_telling", "arguments": null }, "jsonrpc": "2.0", "id": 2}
Quick Start
Clone the repository
git clone https://github.com/kentaojapi/shiitake-uranai-mcpInstall dependencies
cd shiitake-uranai-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.