Back to MCP directory
publicPublicdnsLocal runtime

open-digger-mcp-server

一个简单的OpenDigger MCP服务器,通过MCP工具让LLM获取OpenDigger数据并提供数据分析洞察。

article

README

🚀 OpenDigger MCP服务器

OpenDigger MCP服务器是一款简单的工具,它借助MCP工具,让大型语言模型(LLMs)能够访问OpenDigger的数据。安装该服务器后,用户可以在大型语言模型中与之互动,不仅能获取OpenDigger的在线数据,还能获得对这些数据的洞察。

🚀 快速开始

安装此服务器后,您就能在LLMs中与其互动,进而获取OpenDigger的在线数据以及对数据的洞察。

📦 安装指南

文档中未提及具体安装步骤,若有相关内容可补充后再次使用本工具进行美化。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client