Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions servers/openweather/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: openweather
image: mcp/openweather
type: server
meta:
category: search
tags:
- weather-api
about:
title: Openweather
description: |
Welcome to the Official Docker MCP (Model Context Protocol) Registry! This repository serves as a curated catalog of MCP servers that can be easily discovered, deployed, and integrated with any MCP Client and compatible with Docker tooling.
icon: https://avatars.githubusercontent.com/u/8426497?v=4
source:
project: https://github.com/mschneider82/mcp-openweather
config:
description: Configure the connection to TODO
secrets:
- name: openweather.owm_api_key
env: OWM_API_KEY
example: <OWM_API_KEY>
Loading