VOOZH about

URL: https://mcp.so/server/sgraal-memory-governance/sgraal-ai

⇱ Sgraal Memory Governance MCP Server


Sgraal Memory Governance

@sgraal-ai

Deterministic pre-action verdict gate for agent memory — USE/WARN/ASK/BLOCK before an agent acts on a stored memory. Governs your existing store, doesn't replace it.
Overview

memory → preflight → action

Deterministic preflight gate for AI-agent memory. Before an agent acts on a stored memory, Sgraal returns a USE / WARN / ASK / BLOCK verdict — catching poisoned or stale memory at the read boundary. Deterministic and non-LLM: identical input → identical verdict. Governs whatever memory store you already use; it isn't another store.

  • Pre-action verdict on every memory read: USE / WARN / ASK / BLOCK
  • Block unsafe memory before an agent acts on it
  • 4 deterministic detection layers: timestamp, identity, consensus, provenance
  • Multi-tenant containment: limits how far a poisoned memory can propagate

Evaluation: tested against an internal adversarial corpus (1,190+ cases); independent third-party evaluation in progress.

Demo key: sg_demo_playground — no signup needed

Server Config

{
 "mcpServers": {
 "sgraal": {
 "command": "npx",
 "args": [
 "@sgraal/mcp"
 ],
 "env": {
 "SGRAAL_API_KEY": "sg_demo_playground"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.