kentaojapi
MCP Serverkentaojapipublic

shiitake uranai mcp

しいたけ占いの結果を踏まえてLLMに回答させるためのMCPサーバー

Repository Info

6
Stars
0
Forks
6
Watchers
0
Issues
Rust
Language
-
License

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

1

Clone the repository

git clone https://github.com/kentaojapi/shiitake-uranai-mcp
2

Install dependencies

cd shiitake-uranai-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerkentaojapi
Reposhiitake-uranai-mcp
LanguageRust
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation