mcp-saas-platform
mcp-saas-platform OAuth2ログイン、テナントごとのデータ分離、レート制限、CI/CD、クライアントSDKを備えたマルチテナント対応のリモートMCPサーバー(タスク管理ドメイン)です。 クイックスタート(ローカル開発) 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 次に http://localhost:8000/auth/login にアクセスしてトークンを取得し、client-sdk/examples/quickstart.py で使用します。 クイックスタート(Docker) docker compose up --build テストの実行 cd server pytest tests/ -v プロジェクト構成 server/ — MCPサーバー本体(ツール、認証、DB、テスト) client-sdk/ — Python SDKとコンシューマー向けの使用例 docs/ — アーキテクチャ、認証フロー、APIリファレンス scripts/ — DBシード、負荷テスト .github/workflows/ — CI(テスト/リント)とCD(ビルド/デプロイ) infra/ — (ターゲットクラウド用のTerraform/nginx設定をここに追加) 主な機能 OAuth2ログイン(Google)により、失効可能でハッシュ化された独自のAPIトークンを発行 テナント分離を規約ではなくツールレイヤーで構造的に強制 ユーザーごとのスライディングウィンドウ方式のレート制限 専用のクロステナント漏洩テストを含む完全なテストスイート すべてのPRでCI、mainへのマージでCD サーバーの他のコンシューマー向けの再利用可能なクライアントSDK 完全なリクエストフロー図については docs/architecture.md を参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityBmaintenanceMulti-tenant MCP server for self-hosted Kanboard that enables team members to manage Kanboard projects, tasks, and boards with per-user authentication and permissions.MIT
- AlicenseNot gradedqualityDmaintenanceTask management MCP server supporting create, complete, and list operations with Bearer token authentication. Deployable locally or via Docker/Cloudtype.MIT
Related MCP Connectors
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smrutisouravsahoo623-sudo/Mcp-sass-platform-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server