Express Gateway icon

Express Gateway

Provides an Express.js-wrapped MCP server, enabling AI tools like Cursor to access real-time weather data and server information.

About

This project offers a robust solution for integrating custom tools into AI-powered development environments like Cursor AI. By wrapping an MCP (Model Context Protocol) server with an Express.js API, it allows AI agents to fetch external data, such as real-time weather from `wttr.in`, and retrieve environment-specific details like server names. This architecture promotes a clean separation between tool logic and HTTP services, facilitating seamless interaction between AI tools and external data sources.

Key Features

  • MCP + Express Integration for structured tool exposure
  • Weather by City tool fetching real-time data from wttr.in
  • Environment-Driven Server Name tool for dynamic information
  • Zod validation for robust input handling
  • StdioServerTransport for seamless Cursor IDE communication
  • 0 GitHub stars

Use Cases

  • Demonstrating how to expose internal or external APIs to AI-powered tools.
  • Enhancing AI development environments with custom data access.
  • Providing real-time weather information to AI agents.