Salesforce-to-Glider MCP Server
Salesforce-to-Glider Nexus Prototype
契約ベースのモックプロトタイプであり、制御された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 8003その後、例えば以下を確認します:
curl http://localhost:8001/healthDocker
Docker Composeによるオーケストレーションは、各サービスに実際の機能が追加された時点(Phase 1以降)で追加されます。Phase 0ではまだ利用できません。
リポジトリ構成
完全なフェーズ計画についてはdocs/scope.mdを参照してください。トップレベルのディレクトリ:
shared/- 全サービスで使用される契約(enum、スキーマ、エラー、相関)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