You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,24 @@
3
3

4
4

5
5
6
+
> [!WARNING]
6
7
> **This project is a work in progress and should not be considered production ready.**
8
+
>
7
9
> 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! :)**
9
13
>
10
14
> 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.
11
15
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>
13
20
14
21
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
+
15
24
<divalign="center">
16
25
17
26

@@ -29,7 +38,7 @@ mcp-front is an authentication proxy that sits between Claude.ai and your MCP se
29
38
30
39
## Why use mcp-front?
31
40
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.
0 commit comments