mcp-saas-platform
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-saas-platformcreate a new task for my team"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-saas-platform A multi-tenant, remote MCP server (task manager domain) with OAuth2 login, per-tenant data isolation, rate limiting, CI/CD, and a client SDK. Quickstart (local dev) cd server python -m venv venv && source venv/bin/activate pip install -r requirements.txt
export DATABASE_URL="sqlite:///./dev.db" export GOOGLE_CLIENT_ID="your-client-id" export GOOGLE_CLIENT_SECRET="your-client-secret" export OAUTH_REDIRECT_URI="http://localhost:8000/auth/callback"
uvicorn src.main:app --reload --port 8000 Then visit http://localhost:8000/auth/login to get a token, and use it in client-sdk/examples/quickstart.py. Quickstart (Docker) docker compose up --build Run tests cd server pytest tests/ -v Project structure server/ — the MCP server itself (tools, auth, DB, tests) client-sdk/ — Python SDK + example usage for consumers docs/ — architecture, auth flow, API reference scripts/ — DB seeding, load testing .github/workflows/ — CI (test/lint) and CD (build/deploy) infra/ — (add Terraform/nginx configs here for your target cloud) Key features OAuth2 login (Google) issuing our own revocable, hashed API tokens Tenant isolation enforced structurally in the tool layer, not by convention Per-user sliding-window rate limiting Full test suite including a dedicated cross-tenant leak test CI on every PR, CD on merge to main Reusable client SDK for other consumers of the server See docs/architecture.md for the full request flow diagram.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for task-first delegation to remote workstations and workers.
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.
MCP Server for an Agent Task Marketplace
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables monitoring and management of tasks via WebSocket events and authorization requests through MCP tools.-
- FlicenseNot gradedqualityBmaintenanceMulti-tenant MCP server with OAuth 2.1 authorization, enabling tenant-scoped tool access and audit logging.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage task state through MCP, including creating, updating, and tracking tasks, with support for client-side encryption and secure local credential storage.10 npmMIT
- AlicenseBqualityAmaintenanceEnables task management through MCP, including creating, reading, updating, deleting, and completing tasks, with filtering by status, priority, or due date and secure token-based authentication.6GPL 3.0