mcp-tenki

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • The MCP server appears to be associated with JBL as indicated by the badge URL ('https://glama.ai/mcp/servers/jbl3sfsi9r/badge') which contains 'jbl' in the server ID.

mcp-tenki

A MCP server with weather of Japan

Setup

$ uv sync

Running Server

Run without clone

{ "mcpServers": { "tenki": { "command": "uvx", "args": ["--from", "git+https://github.com/acxelerator/mcp-tenki.git", "mcp-tenki"] } } }

Run with clone

{ "mcpServers": { "tenki": { "command": "uv", "args": ["--directory", "/PATH/TO/REPOSITORY/mcp_tenki", "run", "main.py"] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

Get weather of Japan

  1. Setup
    1. Running Server