Skip to main content
Glama

Weather MCP Server

by wudongjie
package.json704 B
{ "name": "Weather MCP", "version": "0.1.0", "description": "A Model Context Protocol server for real-time weather data", "private": true, "type": "module", "bin": { "sample-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "express": "^5.1.0" }, "devDependencies": { "@types/express": "^5.0.1", "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wudongjie/mcp-weather'

If you have feedback or need assistance with the MCP directory API, please join our Discord server