Skip to main content
Glama

mcp-saas-platform 一个多租户的远程 MCP 服务器(任务管理领域),支持 OAuth2 登录、按租户的数据隔离、速率限制、CI/CD 以及客户端 SDK。 快速开始(本地开发) 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 服务器本身(工具、认证、数据库、测试) client-sdk/ — 面向使用方的 Python SDK + 示例用法 docs/ — 架构、认证流程、API 参考 scripts/ — 数据库种子数据、负载测试 .github/workflows/ — CI(测试/代码检查)和 CD(构建/部署) infra/ — (在此处为你的目标云添加 Terraform/nginx 配置) 主要特性 OAuth2 登录(Google),签发我们自己的可撤销、哈希化的 API 令牌 租户隔离在工具层通过结构强制实施,而非依赖约定 按用户的滑动窗口速率限制 完整的测试套件,包括专门的跨租户泄漏测试 每个 PR 触发 CI,合并到 main 触发 CD 面向服务器其他使用方的可复用客户端 SDK 完整的请求流程示意图请参阅 docs/architecture.md。

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