mcp_server
@karansharma3009
About mcp_server
implementing a sample mcp_server using dolphin_mcp client
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_alertsandget_forecast - Uses
dolphin_mcpclient 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
—
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments