- Sgraal Memory Governance
Sgraal Memory Governance
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"
}
}
}
}Project Info
Created At
2 months agoUpdated At
5 days agoAuthor Name
sgraal-aiStar
-Language
-License
-Tags
Recommend Servers
View AllWpnews
7 hours ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
Filesystem
@modelcontextprotocol
2 months ago