Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit d9e1fa8

Browse files
committed
Add blog
1 parent 39a3ed1 commit d9e1fa8

15 files changed

Lines changed: 207 additions & 148 deletions

File tree

blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
slug: mcp-gateway-open-source
3+
title: MCP Gateway 正式开源啦!
4+
authors: [ifuryst]
5+
tags: [milestone]
6+
---
7+
8+
MCP Gateway 正式开源啦!
9+
10+
随着MCP生态逐渐发展,越来越多项目和B端业务开始接入MCP。
11+
12+
在真正进入生产环境时,存量API服务的接入改造将成为一个不可避免的问题,这通常意味着大量的人力投入和系统投入。
13+
14+
因此,我认为MCP层面也需要一个类似于Nginx的“反向代理”工具,帮助个人和企业低成本地将现有API快速接入MCP生态,快速验证想法与市场,无需一开始就投入大量资源改动或重构。
15+
16+
<!-- truncate -->
17+
18+
基于这样的背景,我开源了MCPGateway,一个轻量级、平台中立、低负担的MCP网关,可以快速在本地、单机或者K8s上快速部署,通过配置可以快速将API服务转成MCP Servers
19+
20+
不确定未来市场规模会怎样,但我相信,构建这样一个填补空白、降低接入门槛的工具,是一件有意义的事。
21+
22+
欢迎大家试用,也非常期待你的反馈和建议!❤️
23+
24+
> 👉GitHub: https://github.com/mcp-ecosystem/mcp-gateway

blog/authors.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
1-
yangshun:
2-
name: Yangshun Tay
3-
title: Front End Engineer @ Facebook
4-
url: https://github.com/yangshun
5-
image_url: https://github.com/yangshun.png
1+
ifuryst:
2+
name: Leo Li
3+
title: Wild geek | Passionate coder | Open source lover | AI enthusiast
4+
url: https://github.com/ifuryst
5+
image_url: https://www.ifuryst.com/assets/img/prof_pic.jpg?acbb13e361a4f01f30793aedbe8d7fcc
66
page: true
77
socials:
8-
x: yangshunz
9-
github: yangshun
10-
11-
slorber:
12-
name: Sébastien Lorber
13-
title: Docusaurus maintainer
14-
url: https://sebastienlorber.com
15-
image_url: https://github.com/slorber.png
16-
page:
17-
# customize the url of the author page at /blog/authors/<permalink>
18-
permalink: '/all-sebastien-lorber-articles'
19-
socials:
20-
x: sebastienlorber
21-
linkedin: sebastienlorber
22-
github: slorber
23-
newsletter: https://thisweekinreact.com
8+
x: ifuryst1
9+
github: ifuryst

blog/tags.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
facebook:
2-
label: Facebook
3-
permalink: /facebook
4-
description: Facebook tag description
1+
milestone:
2+
label: MileStone
3+
permalink: /milestone
4+
description: 一些里程碑相关的更新
55

6-
hello:
7-
label: Hello
8-
permalink: /hello
9-
description: Hello tag description
10-
11-
docusaurus:
12-
label: Docusaurus
13-
permalink: /docusaurus
14-
description: Docusaurus tag description
15-
16-
hola:
17-
label: Hola
18-
permalink: /hola
19-
description: Hola tag description
6+
feature:
7+
label: Feature
8+
permalink: /feature
9+
description: 新特性更新
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
slug: mcp-gateway-open-source
3+
title: MCP Gateway ist jetzt Open Source!
4+
authors: [ifuryst]
5+
tags: [milestone]
6+
---
7+
8+
MCP Gateway ist jetzt Open Source!
9+
10+
Während das MCP-Ökosystem weiter wächst, integrieren sich immer mehr Projekte und B2B-Dienste in MCP.
11+
12+
Beim Übergang in Produktionsumgebungen wird die Herausforderung der Integration bestehender API-Dienste unvermeidlich, was oft erhebliche personelle und systemische Ressourcen erfordert.
13+
14+
Daher glaube ich, dass das MCP-Ökosystem ein "Reverse-Proxy"-Tool ähnlich wie Nginx benötigt, das Einzelpersonen und Unternehmen hilft, ihre bestehenden APIs schnell und kostengünstig in das MCP-Ökosystem zu integrieren, um Ideen und Marktanpassung schnell zu validieren, ohne zunächst erhebliche Ressourcen in Änderungen oder Umstrukturierungen zu investieren.
15+
16+
<!-- truncate -->
17+
18+
Auf dieser Grundlage habe ich MCPGateway als Open Source veröffentlicht, ein leichtgewichtiges, plattformneutrales MCP-Gateway mit geringem Overhead, das schnell lokal, auf einem einzelnen Rechner oder auf K8s bereitgestellt werden kann. Durch Konfiguration kann es API-Dienste schnell in MCP-Server umwandeln.
19+
20+
Obwohl die zukünftige Marktgröße ungewiss bleibt, glaube ich, dass der Aufbau eines solchen Tools, um die Lücke zu schließen und die Eintrittsbarriere zu senken, ein sinnvolles Unterfangen ist.
21+
22+
Probieren Sie es aus, und ich freue mich sehr auf Ihr Feedback und Ihre Vorschläge! ❤️
23+
24+
> 👉GitHub: https://github.com/mcp-ecosystem/mcp-gateway
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
slug: mcp-gateway-open-source
3+
title: MCP Gateway is Now Open Source!
4+
authors: [ifuryst]
5+
tags: [milestone]
6+
---
7+
8+
MCP Gateway is Now Open Source!
9+
10+
As the MCP ecosystem continues to grow, more projects and B2B services are integrating with MCP.
11+
12+
When moving into production environments, the challenge of integrating existing API services becomes inevitable, often requiring significant human and system resources.
13+
14+
Therefore, I believe the MCP ecosystem needs a "reverse proxy" tool similar to Nginx, helping individuals and enterprises quickly integrate their existing APIs into the MCP ecosystem at a low cost, enabling rapid validation of ideas and market fit without initially investing substantial resources in modifications or restructuring.
15+
16+
<!-- truncate -->
17+
18+
Based on this background, I've open-sourced MCPGateway, a lightweight, platform-neutral, low-overhead MCP gateway that can be quickly deployed locally, on a single machine, or on K8s. Through configuration, it can rapidly transform API services into MCP Servers.
19+
20+
While the future market size remains uncertain, I believe building such a tool to fill the gap and lower the entry barrier is a meaningful endeavor.
21+
22+
Welcome to try it out, and I'm very much looking forward to your feedback and suggestions! ❤️
23+
24+
> 👉GitHub: https://github.com/mcp-ecosystem/mcp-gateway

0 commit comments

Comments
 (0)