We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01e8369 + 36b6def commit b765c0dCopy full SHA for b765c0d
servers/openweather/server.yaml
@@ -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