Add Weather (Open-Meteo) and Wikipedia connectors

- weather/ — Python MCP server (copiato da skald/scripts), no auth, free API
- wikipedia/ — nuovo Python MCP server, Wikipedia API pubblica, no auth
- Entrambi: mcp_local, scope global, auth none, dipendenza httpx
- connectors.json: +2 connector (totale 7), auth:none aggiunto anche a SSH
This commit is contained in:
2026-07-18 21:49:47 +01:00
parent 9cc84fd8ff
commit c3521c4ac0
11 changed files with 1255 additions and 0 deletions
+45
View File
@@ -170,6 +170,9 @@
"server",
"sysadmin"
],
"auth": {
"type": "none"
},
"folder": "ssh",
"files": [
{
@@ -228,6 +231,48 @@
"size": 2057
}
]
},
{
"id": "weather",
"name": "Weather (Open-Meteo)",
"type": "mcp_local",
"scope": "global",
"icon_small": "weather/icon_sm.svg",
"icon_large": "weather/icon_lg.svg",
"user_description": "Global weather, forecast, and air quality via Open-Meteo \u2014 free, no API key required.",
"auth": {
"type": "none"
},
"tags": ["weather", "mcp", "local", "free", "forecast", "air-quality"],
"folder": "weather",
"files": [
{"path": "weather_mcp_server.py", "sha256": "5927333dee45ec5db1134034ee5af51d9e2fd95b6d128834de9a882e499b0ce4", "size": 29865},
{"path": "connector.json", "sha256": "1dd58ebe8c83036fb9e2fe245fe691ca28466d64d74a4820e2f377154a925760", "size": 1165},
{"path": "requirements.txt", "sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95", "size": 14},
{"path": "icon_sm.svg", "sha256": "23ad1eaf8370e97bea7928ff4aebff8c09563092d00d05662df34b4661643b4c", "size": 308},
{"path": "icon_lg.svg", "sha256": "b1a16c5da95783d79e06388e5a18bc6c8291875335e8ac48665edeff5aeafca7", "size": 372}
]
},
{
"id": "wikipedia",
"name": "Wikipedia",
"type": "mcp_local",
"scope": "global",
"icon_small": "wikipedia/icon_sm.svg",
"icon_large": "wikipedia/icon_lg.svg",
"user_description": "Search and read Wikipedia articles \u2014 free, no API key required.",
"auth": {
"type": "none"
},
"tags": ["wikipedia", "mcp", "local", "free", "reference", "research"],
"folder": "wikipedia",
"files": [
{"path": "wikipedia_mcp_server.py", "sha256": "e8dcf08a23c2b61c366acc1f46ca2d18332438b8a1d832d46d7b680641b68c59", "size": 12110},
{"path": "connector.json", "sha256": "ee71337fe0f9c4a10b26223f00747d98691204d0f10f1ca307c8e57cf303877b", "size": 1055},
{"path": "requirements.txt", "sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95", "size": 14},
{"path": "icon_sm.svg", "sha256": "4110f6b49f5953f124099e99c1616aff63855215ceffa87d12800d2d413ddda2", "size": 286},
{"path": "icon_lg.svg", "sha256": "f9a8dde47baf3842331534ddc4333024b195c53b5f3bda40b0b99cea3daa9a96", "size": 285}
]
}
]
}