Skip to main content
Glama

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.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables monitoring and management of tasks via WebSocket events and authorization requests through MCP tools.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Multi-tenant MCP server with OAuth 2.1 authorization, enabling tenant-scoped tool access and audit logging.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Multi-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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Task management MCP server supporting create, complete, and list operations with Bearer token authentication. Deployable locally or via Docker/Cloudtype.
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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