Skip to main content
Glama

Weather MCP Server

by bholemaharaj
package.json634 B
{ "name": "mcp_node", "version": "1.0.0", "main": "index.js", "keywords": [], "author": "", "license": "ISC", "type": "module", "bin": { "weather": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js" }, "files": [ "build" ], "description": "This is a MCP Server that provides weather data.", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "dotenv": "^17.2.0", "zod": "^3.25.76" }, "devDependencies": { "@types/dotenv": "^6.1.1", "@types/node": "^24.0.13", "@types/express": "^4.17.21", "typescript": "^5.8.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/bholemaharaj/MCP_NODE'

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