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