MCP.so
Sign In

MCP Gateway, Server, and Client

@MCP-Mirror

About MCP Gateway, Server, and Client

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Gateway, Server, and Client?

It is a Model Context Protocol (MCP) gateway that converts stdio transport to HTTP with Server-Sent Events (SSE). It also includes an example MCP server and client implementation.

How to use MCP Gateway, Server, and Client?

Key features of MCP Gateway, Server, and Client?

  • Converts MCP stdio transport to HTTP SSE.
  • Includes example MCP server and client.
  • Integrates with Claude via gateway.
  • Leverages Model Context Protocol specification.
  • Source code provided in TypeScript.

Use cases of MCP Gateway, Server, and Client?

  • Enabling remote MCP server access via HTTP SSE.
  • Testing local MCP server and client implementations.
  • Bridging stdio MCP tools to web-based clients.
  • Building custom MCP integrations for Claude.

FAQ from MCP Gateway, Server, and Client?

What transport protocols does it support?

It converts stdio transport to HTTP with Server-Sent Events (SSE).

Does it include example code?

Yes, it includes an example MCP server and client alongside the gateway.

Where is the gateway source code?

The gateway implementation is in src/claude_gateway.ts.

What is the Model Context Protocol?

The server follows the Model Context Protocol (MCP) specification, which is used to integrate with AI assistants like Claude.

Comments

More Other MCP servers