Trust Guardian · Private preview

Agents verify data
before they act.

Add verification to every read. Works across agents, tools, and pipelines. Runs as an MCP server.

Currently in private preview · access is granted per pilot

01Endpoint

One endpoint per workspace.

The endpoint shown below is the shape pilot tenants receive. Your tenant's URL is provisioned on access.

https://mcp.trymnemo.com/v1/<workspace>example
02Config

Add it to your client.

~/.config/mcp/clients.json
{
  "mcpServers": {
    "mnemo": {
      "url": "https://mcp.trymnemo.com/v1/<workspace>",
      "auth": {
        "type": "bearer",
        "token": "mn_live_••••"
      }
    }
  }
}
03Available actions

Two actions available to agents.

mnemo.verify
Check whether a vector matches a trusted source registered in this workspace.
mnemo.embed
Register a vector before insert. Returns the registered vector and a source UID.
04Flow

agent → verify → result.

01 · Agent
Reads an embedding from the vector store or another agent.
02 · Verify
Calls mnemo.verify through Trust Guardian.
03 · Result
Receives identity and integrity. Proceeds or stops.

Get private preview access.

Trust Guardian is currently in private preview. Tell us about your stack and we'll provision a workspace endpoint.