Skip to content

Commit e108e60

Browse files
Add the open weather MCP server
signed off by [email protected]
1 parent 018629f commit e108e60

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

servers/openweather/server.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: openweather
2+
image: mcp/openweather
3+
type: server
4+
meta:
5+
category: search
6+
tags:
7+
- weather-api
8+
about:
9+
title: Openweather
10+
description: |
11+
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.
12+
icon: https://avatars.githubusercontent.com/u/8426497?v=4
13+
source:
14+
project: https://github.com/mschneider82/mcp-openweather
15+
config:
16+
description: Configure the connection to TODO
17+
secrets:
18+
- name: openweather.owm_api_key
19+
env: OWM_API_KEY
20+
example: <OWM_API_KEY>

0 commit comments

Comments
 (0)