mcp-server-and-gw

mcp-server-and-gw

3.6

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

The MCP Gateway, Server, and Client provide a bridge from stdio to HTTP SSE endpoints, facilitating communication between local and remote servers.

The MCP Gateway, Server, and Client are designed to facilitate communication between local and remote servers using the Model Context Protocol (MCP). This setup allows users to run a bridge from standard input/output (stdio) to HTTP Server-Sent Events (SSE) endpoints, which is particularly useful when certain desktop applications, like Claude Desktop, do not support direct remote server connections. The system is built using Node.js and can be installed globally via npm or run directly using npx. It supports configuration through JSON files, allowing for easy integration with applications like Claude Desktop. The server and client can be developed independently, enabling faster iterations and testing. The setup also includes tools for running SQL queries and visualizing results, making it a versatile solution for developers working with data and remote server interactions.

Features

  • Bridge from stdio to HTTP SSE endpoints
  • Node.js based installation and execution
  • Configurable via JSON for easy integration
  • Independent server and client development
  • Includes tools for SQL queries and data visualization

Tools

  1. query

    Run read-only SQL query

  2. visualise

    Visualize SQL query results as Apache ECharts charts