Skip to content

Commit 00a2309

Browse files
authored
README: add Stainless mention (#21)
Shameless plug given that I am part of the Stainless team and did actively work on that specific product. I do genuinely believe our MCP generation at Stainless is one of the best option in the market, and do use it for pretty much all MCP servers I'm hosting behind mcp-front (the main exception is Linear — their public MCP server is basically plug'n'play). The process from uploading an openapi spec file to getting a working MCP server published to docker hub, then added to the mcp-front config is just really awesome :)
1 parent 54459fb commit 00a2309

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,24 @@
33
![Docker image with tag latest](https://img.shields.io/docker/image-size/dgellow/mcp-front/latest?style=flat&logo=docker&label=latest)
44
![Docker image with tag docker-client-latest](https://img.shields.io/docker/image-size/dgellow/mcp-front/docker-client-latest?style=flat&logo=docker&label=docker-client-latest)
55

6+
> [!WARNING]
67
> **This project is a work in progress and should not be considered production ready.**
8+
>
79
> Though I'm fairly confident the overall architecture is sound, and I myself rely on the implementation — so it _should work :tm:_.
8-
> But it's definitely alpha software :)
10+
> But definitely alpha software.
11+
>
12+
> **Expect breaking changes! :)**
913
>
1014
> Also, don't rely too much on the docs, they drift fairly quickly, I do not always keep them updated when doing changes or adding/removing features. They are mostly here to anchor me and help me stay focus on my initial vision.
1115
12-
OAuth 2.1 proxy for [MCP (Model Context Protocol)](https://modelcontextprotocol.io/introduction) servers. Authenticate once with Google, access all your MCP tools in [Claude.ai](https://claude.ai).
16+
> [!TIP]
17+
> Looking for the easiest way to get an MCP server for your API? Check out [Stainless](https://www.stainless.com/mcp?utm=mcp-front-readme)✨. We offer best-in-class SDK and MCP generation. Build a complete MCP server and [publish it to Cloudflare and Docker Hub](https://www.stainless.com/docs/guides/generate-mcp-server-from-openapi?utm=mcp-front-readme) in a few minutes!
18+
>
19+
> <sub>Disclaimer: the author of mcp-front is an early Stainless employee</sub>
1320
1421

22+
OAuth 2.1 proxy for [MCP (Model Context Protocol)](https://modelcontextprotocol.io/introduction) servers. Authenticate once with Google, access all your MCP tools in [Claude.ai](https://claude.ai).
23+
1524
<div align="center">
1625

1726
![mcp-front Architecture](docs/architecture.svg)
@@ -29,7 +38,7 @@ mcp-front is an authentication proxy that sits between Claude.ai and your MCP se
2938

3039
## Why use mcp-front?
3140

32-
Without mcp-front, each MCP server needs its own authentication, which isn't trivial — or need to be public.
41+
Without mcp-front, each MCP server needs its own authentication, which isn't trivial — or needs to be public.
3342

3443
With mcp-front:
3544

@@ -209,4 +218,5 @@ export MCP_FRONT_ENV=development
209218

210219
## License
211220

212-
Copyright 2025 Samuel "dgellow" El-Borai
221+
Copyright 2025 Samuel "dgellow" El-Borai.
222+
All rights reserved.

0 commit comments

Comments
 (0)