MCP.so
登录

MCP Gateway, Server, and Client

@MCP-Mirror

关于 MCP Gateway, Server, and Client

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器