Skip to content

Releases: grobinson3108/mcp-server-saas-gateway

v0.1.0 — Initial release

Choose a tag to compare

@grobinson3108 grobinson3108 released this 16 May 19:46

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 registry
  • src/index.ts — entry point template (the file you edit)
  • examples/multi-saas-gateway/ — real-world 4-app gateway pattern
  • examples/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.