Skip to content

Commit b765c0d

Browse files
Merge pull request github#8 from slimslenderslacks/slim/weather_airbnb
openweather mcp
2 parents 01e8369 + 36b6def commit b765c0d

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+
A simple MCP service that provides current weather and 5-day forecast using the free OpenWeatherMap API.
12+
icon: https://avatars.githubusercontent.com/u/1743227?s=200&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)