Salesforce-to-Glider MCP Server
Provides a mock integration with Salesforce to simulate asset discovery, approval routing, and authoritative updates through an AI-assisted change pipeline.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Salesforce-to-Glider MCP ServerI need to move account 100 from Salesforce to Glider, please start the approval process."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Salesforce-to-Glider Nexus Prototype
A contract-based mock prototype demonstrating a controlled, AI-assisted asset-change pipeline:
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 auditThis prototype uses assumed contracts and synthetic data only. It does
not represent a working integration with real Salesforce or Glider Nexus
systems. See docs/scope.md and
docs/assumptions.md before relying on anything
here.
Current status: Phase 0 (skeleton)
Only the repository skeleton, shared contracts, and service health checks
exist so far. See docs/scope.md for what's in and out of scope at this
phase, and the build-phase plan in the source spec for what comes next.
Related MCP server: Harness Engineering MCP
Local setup
python3.11 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .envRunning tests
pytestRunning a service locally (Phase 0: health checks only)
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, e.g.:
curl http://localhost:8001/healthDocker
Docker Compose orchestration is added once individual services have real functionality (from Phase 1 onward). Not yet available in Phase 0.
Repository layout
See docs/scope.md for the full phase plan. Top-level directories:
shared/- contracts (enums, schemas, errors, correlation) used by all servicesmock_glider/- mock authoritative asset systemmock_salesforce/- mock request/approval systemintegration/- deterministic workflow, validation, approval routing, executionassistant/- conversational parser and optional LLM adapterfrontend/- Operations/manager/status UImcp_server/- governed MCP tools (optional, added last)config/- approval rules, responsibility mappings, status transitionsscripts/- seed data, demo, reset, performance test scriptsdocs/- scope, assumptions, architecture, contracts, test plan, demo script
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