Salesforce-to-Glider MCP Server
Salesforce-to-Glider Nexus Prototype
一个基于合约的 mock 原型,演示受控的、AI 辅助的资产变更流水线:
Natural-language request
-> controlled asset discovery
-> user review
-> immutable request manifest
-> deterministic manager routing
-> mandatory approval
-> execution-time revalidation
-> mock authoritative update
-> complete reconciliation and audit本原型仅使用假定合约和合成数据。它并不代表与真实 Salesforce 或 Glider Nexus 系统的可用集成。在依赖其中任何内容之前,请参阅 docs/scope.md 和 docs/assumptions.md。
当前状态:Phase 0(骨架)
目前仅有仓库骨架、共享合约和服务健康检查。请参阅 docs/scope.md 了解本阶段的范围内外内容,以及源规格说明中后续构建阶段的计划。
Related MCP server: Harness Engineering MCP
本地设置
python3.11 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env运行测试
pytest在本地运行服务(Phase 0:仅健康检查)
uvicorn mock_glider.app.main:app --reload --port 8001
uvicorn mock_salesforce.app.main:app --reload --port 8002
uvicorn integration.app.main:app --reload --port 8003Then check, for example:
curl http://localhost:8001/healthDocker
一旦各个服务具备实际功能(从 Phase 1 起),便会加入 Docker Compose 编排。Phase 0 中尚不可用。
仓库布局
完整的分阶段计划请参阅 docs/scope.md。顶层目录:
shared/- 所有服务共用的合约(枚举、schema、错误、关联)mock_glider/- 模拟的权威资产系统mock_salesforce/- 模拟的请求/审批系统integration/- 确定性工作流、校验、审批路由、执行assistant/- 对话式解析器和可选的 LLM 适配器frontend/- 运维/经理/状态 UImcp_server/- 受管控的 MCP 工具(可选,最后添加)config/- 审批规则、职责映射、状态转换scripts/- 种子数据、演示、重置、性能测试脚本docs/- 范围、假设、架构、合约、测试计划、演示脚本
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
- FlicenseAqualityAmaintenanceGovernance/control plane for MCP-enabled coding-agent workflows with validation, findings, approvals, budgets, and proof bundles.5511
- AlicenseNot gradedqualityCmaintenanceEnables AI coding environments to enforce engineering governance through MCP tools and resources for init, check, route, and review workflows.262MIT

@vaibot/mcp-serverofficial
FlicenseAqualityDmaintenanceGovernance circuit-breaker MCP server that enables AI agents to request risk-based decisions, approve or deny actions, and finalize outcomes with full audit receipts.4- AlicenseNot gradedqualityAmaintenanceLocal governance layer for AI-assisted development, providing human authorization gates, policy enforcement, change approval workflow, and rollback capabilities through a universal MCP server.MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi
Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid
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/nicol-777/Salesforce-to-Glider-via-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server