Releases: grobinson3108/mcp-server-saas-gateway
Releases · grobinson3108/mcp-server-saas-gateway
Release list
v0.1.0 — Initial release
First public release of mcp-server-saas-gateway.
What's in this release
A TypeScript template for building MCP servers that aggregate multiple REST APIs under a single gateway.
src/api-client.ts— generic HTTP client (Bearer auth, JSON in/out)src/config.ts— env-driven app registrysrc/index.ts— entry point template (the file you edit)examples/multi-saas-gateway/— real-world 4-app gateway patternexamples/stripe-only/— minimal single-API setup
Origin
Pattern extracted from a production setup fronting 4 internal SaaS through one MCP server.
⭐ If you find it useful, a star goes a long way.