iChing-mcp-server

DamengRandom/iChing-mcp-server

3.1

If you are the rightful owner of iChing-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This document provides a comprehensive summary of a Model Context Protocol (MCP) server, detailing its features, tools, resources, and usage across different platforms.

MCP Server for 数字卦 (IChing Future Forcast Tool)

How to start local MCP server

# Ensure to configure GEMINI_API_KEY, eg:
# GEMINI_API_KEY=YOUR_GEMINI_API_KEY
npm run server # npm run build + npm run server (express server)
npm run inspect # npm run inspector in another terminal

Deployed version

# Can be opened via a server URL:
https://iching-mcp-server-bmvz.onrender.com/mcp
# Then run inspect for testing ~
npm run inspect