Provides containerization support for MCP server deployment and management
Enables environment variable management for API keys and configuration settings
MCP Learning Repository
A collection of Model Context Protocol (MCP) server examples for learning MCP development.
What's Inside
server/ - Weather alerts MCP server (FastMCP + National Weather Service)
web-search-mcp/ - Web search MCP server (SerpAPI integration)
mcpserver/ - Alternative MCP server with Docker support
Quick Start
Check individual folders for specific setup instructions
Each folder has its own README with run instructions
Environment Variables
Create .env
files where needed:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables users to fetch real-time weather alerts from the National Weather Service API for any US state. Provides formatted weather warnings, watches, and advisories with severity levels and safety instructions.