Salesforce-to-Glider MCP Server
Salesforce-to-Glider Nexus Prototype
Ein vertragsbasiertes Mock-Prototyp, der eine kontrollierte, KI-gestützte Asset-Änderungspipeline demonstriert:
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 auditDieser Prototyp verwendet nur angenommene Verträge und synthetische Daten. Er
stellt keine funktionierende Integration mit echten Salesforce- oder Glider-Nexus-
Systemen dar. Siehe docs/scope.md und
docs/assumptions.md, bevor Sie sich auf etwas
hier verlassen.
Aktueller Status: Phase 0 (Skelett)
Bisher existieren nur das Repository-Skelett, gemeinsame Verträge und Service-Health-Checks.
Siehe docs/scope.md für das, was in dieser Phase im und außerhalb des Umfangs liegt,
und den Build-Phasen-Plan in der Quellspezifikation für das, was als Nächstes kommt.
Related MCP server: Harness Engineering MCP
Lokale Einrichtung
python3.11 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .envTests ausführen
pytestEinen Dienst lokal ausführen (Phase 0: nur Health-Checks)
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 8003Dann prüfen Sie z. B.:
curl http://localhost:8001/healthDocker
Docker-Compose-Orchestrierung wird hinzugefügt, sobald einzelne Dienste echte Funktionalität haben (ab Phase 1). In Phase 0 noch nicht verfügbar.
Repository-Struktur
Siehe docs/scope.md für den vollständigen Phasenplan. Top-Level-Verzeichnisse:
shared/- Verträge (Enums, Schemas, Fehler, Korrelation), die von allen Diensten verwendet werdenmock_glider/- Mock-System für autoritative Assetsmock_salesforce/- Mock-System für Anfragen/Genehmigungenintegration/- deterministischer Workflow, Validierung, Genehmigungsrouting, Ausführungassistant/- konversationeller Parser und optionaler LLM-Adapterfrontend/- Operations-/Manager-/Status-UImcp_server/- verwaltete MCP-Tools (optional, zuletzt hinzugefügt)config/- Genehmigungsregeln, Verantwortlichkeitszuordnungen, Statusübergängescripts/- Seed-Daten, Demo-, Reset-, Leistungstest-Skriptedocs/- Umfang, Annahmen, Architektur, Verträge, Testplan, Demo-Skript
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