MCP.so
登录

mcp_server

@karansharma3009

关于 mcp_server

implementing a sample mcp_server using dolphin_mcp client

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

karansharma3009

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp_server?

mcp_server is a sample MCP (Model Context Protocol) server that provides weather‑related utilities, specifically get_alerts and get_forecast. It is designed to be used with the dolphin_mcp client, which queries the server via natural language commands.

How to use mcp_server?

After checking out the dolphin‑mcp repository from GitHub, install its dependencies with pip install -r requirements.txt. Then run the client command, for example: dolphin-mcp-cli --model gpt-4o-mini "show me weather alerts from NY city". The server’s configuration is stored in mcp_config.json, and the actual tool implementations live in tools.py (called by server.py).

Key features of mcp_server

  • Provides two weather‑related tools: get_alerts and get_forecast
  • Uses dolphin_mcp client for natural‑language interaction
  • Configuration managed in mcp_config.json
  • Designed as a sample implementation, not production‑grade

Use cases of mcp_server

  • Query weather alerts for a given city (e.g., New York)
  • Retrieve the weather forecast for a specified city
  • Serve as a reference example for building custom MCP servers

FAQ from mcp_server

评论

其他 分类下的更多 MCP 服务器