mcp-local-server

ashok9315-cmyk/mcp-local-server

3.2

If you are the rightful owner of mcp-local-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A simple Model Context Protocol (MCP) server that provides real-time weather data to AI agents like GitHub Copilot.

MCP Local Server

A simple Model Context Protocol (MCP) server that provides real-time weather data to AI agents like GitHub Copilot.

Quick Start

Clone the repository:

git clone https://github.com/ashok9315-cmyk/mcp-local-server.git
cd mcp-local-server

1. Install

npm init -y
npm install
npm install @modelcontextprotocol/sdk zod@3
npm install -D @types/node typescript

2. Run the Server

Test with MCP Inspector:

npx -y @modelcontextprotocol/inspector npx -y tsx main.ts

1. Build

npm run build

1. Build

node build/main.js