8000 GitHub - Lucareful/mcp-wather: 一个简单的天气查询mcp服务
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Lucareful/mcp-wather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-wather

一个简单的 mcp 查询天气服务端

介绍

功能

  • 查询天气(高德天气API)

使用

git clone https://github.com/Lucareful/mcp-wather.git

# 生成二进制文件
go build -o forecast . 

配置 mcp 服务器

{
    "mcpServers": {
        "weather": {
            // 程序二进制路径 
            "command": "/your-path/forecast" 
        }
    }
}

运行截图

image

About

一个简单的天气查询mcp服务

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0