Skip to main content
Glama
nicol-777

Salesforce-to-Glider MCP Server

by nicol-777

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.mddocs/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/health

Docker

Docker Composeによるオーケストレーションは、各サービスに実際の機能が追加された時点(Phase 1以降)で追加されます。Phase 0ではまだ利用できません。

リポジトリ構成

完全なフェーズ計画についてはdocs/scope.mdを参照してください。トップレベルのディレクトリ:

  • shared/ - 全サービスで使用される契約(enum、スキーマ、エラー、相関)

  • mock_glider/ - モックの権威あるアセットシステム

  • mock_salesforce/ - モックのリクエスト/承認システム

  • integration/ - 決定論的なワークフロー、検証、承認ルーティング、実行

  • assistant/ - 会話型パーサーとオプションのLLMアダプター

  • frontend/ - 運用/管理者/ステータスUI

  • mcp_server/ - 管理されたMCPツール(オプション、最後に追加)

  • config/ - 承認ルール、責任マッピング、ステータス遷移

  • scripts/ - シードデータ、デモ、リセット、パフォーマンステストスクリプト

  • docs/ - スコープ、前提条件、アーキテクチャ、契約、テスト計画、デモスクリプト

F
license - not found
Not graded
quality - not tested
C
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
    A
    quality
    D
    maintenance
    Governance 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
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local governance layer for AI-assisted development, providing human authorization gates, policy enforcement, change approval workflow, and rollback capabilities through a universal MCP server.
    MIT

View all related MCP servers

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

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/nicol-777/Salesforce-to-Glider-via-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server