LastSaaS is a complete, production-ready SaaS foundation that provides multi-tenant account management, authentication, billing, and analytics, designed for rapid customization and deployment.
From the registry: Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.
$ cd backend && go build -o lastsaas ./cmd/lastsaasPlease install the `lastsaas` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Running LastSaaS instance** — A running LastSaaS instance (self-hosted)
- **Root-tenant admin API key** — Create an API key in Admin > API Keys with admin authority
- **Build CLI binary** — Build the lastsaas CLI binary from source Run: `cd backend && go build -o lastsaas ./cmd/lastsaas`
Canonical MCP server config (stdio transport):
- command: `/path/to/lastsaas`
- args: ["mcp"]
- required environment variables:
- `LASTSAAS_URL`: Base URL of the LastSaaS instance (example: `https://your-app.fly.dev`)
- `LASTSAAS_API_KEY`: Root-tenant API key with admin authority (example: `<your-api-key>`)
Note: LastSaaS ships a built-in MCP server mode as a CLI subcommand. Read-only admin access with 26+ tools.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Atlassian Rovo MCP Server