Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

dev.veritap/agent-memory

REMOTE · LOCKER.VERITAP.DEV · SCANNED SEP 20

Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.

+4 this week 69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1789 tokens (~149/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 70% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "locker_send" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the dev.veritap/agent-memory MCP server?

dev.veritap/agent-memory is a hosted endpoint at https://locker.veritap.dev/mcp/memory, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · locker.veritap.dev

# add to Claude Code
claude mcp add --transport http dev-veritap-agent-memory 'https://locker.veritap.dev/mcp/memory'
// .cursor/mcp.json
{
  "mcpServers": {
    "dev-veritap-agent-memory": {
      "url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dev-veritap-agent-memory": {
      "type": "http",
      "url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.dev-veritap-agent-memory]
url = "https://locker.veritap.dev/mcp/memory"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-veritap-agent-memory": {
      "type": "remote",
      "url": "https://locker.veritap.dev/mcp/memory",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-veritap-agent-memory --url 'https://locker.veritap.dev/mcp/memory' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dev-veritap-agent-memory:
    url: "https://locker.veritap.dev/mcp/memory"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dev-veritap-agent-memory": {
      "Transport": "http",
      "Url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}
# add to Vellum
assistant mcp add dev-veritap-agent-memory -t streamable-http -u 'https://locker.veritap.dev/mcp/memory'
// mcp.json
{
  "mcpServers": {
    "dev-veritap-agent-memory": {
      "type": "http",
      "url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://locker.veritap.dev/mcp/memory

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=veritap.dev CN=WE1,O=Google Trust Services,C=US 14 Aug 2026 12 Nov 2026 ECDSA 256 ECDSA-SHA256 375d07281205657b138decb03267beec
SANs: veritap.dev, locker.veritap.dev, *.locker.veritap.dev
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of locker.veritap.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
veritap.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://locker.veritap.dev/mcp/memory Verified 200
http (plaintext) http://locker.veritap.dev/mcp/memory Inconclusive 405
MCP tools · 12 exposed · ~1,598 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
locker_ack ~105

Free, owner-signed. Ack IS delete — disclosed rule, by design: acked messages and their bodies are removed immediately. Unknown ids are silently skipped.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
message_idsarrayyes
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_capabilities ~52

Free. Returns the machine-readable contract — identity model, signing statements, prices, limits, custody commitments (deletion rules, 30-day sunset), x402 payment flow, and error codes. Call this first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

locker_checkpoint ~274

★ THE CORE PRODUCT. Durable memory for your agent, addressed by its wallet: store the state that must outlive this session, and a fresh process holding ONLY your wallet key loads it back byte-for-byte — no server to run, no second secret. A single agent gets full value alone; no other agent has to exist. Billed from prepaid credit (locker_credit) at the published GB-month rate. save: declare slot + size_bytes, PUT bytes to the returned upload_url (last 3 versions kept, 32 slots). load: returns a signed body_url (≤3 redemptions). list: all slots. delete: remove a slot. Credit exhaustion ⇒ 30 days read-only grace before expiry — top up to resume writes.

NameTypeReqDescription
actionstringyes
addressstringyesEVM wallet address (0x…, the mailbox identity).
content_typestring
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.
size_bytesintegersave: declared byte size.
slotstringRequired for save/load/delete; [a-z0-9_-].
versionload: pin a version.

No output schema declared.

No examples provided.

locker_count ~63

Free. Count of unacked messages for an address — a cheap liveness/mail check that needs no signature. Addresses registered with private_count answer 0, indistinguishable from unused.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_credit ~100

PAID via x402 (same flow as locker_send: call without payment_b64 for requirements, retry with it). Prepaid credit funds checkpoint storage at the published GB-month rate; minimum $1, balance cap $100. Top-up clears read-only grace immediately.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
amount_microusdintegeryes
payment_b64string

No output schema declared.

No examples provided.

locker_directory ~77

Free. Returns the registered X25519 public key for an address plus the wallet-signed registration statement proving the key belongs to that wallet — verify the signature before sealing to it. 404 means no key registered (existence of mail is never leaked).

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_invite ~137

Free. Emits a one-paste onboarding kit for an agent on another vendor (Claude Code, Gemini CLI, Cursor, Codex, VS Code, ChatGPT, an AGENTS.md repo section, or generic). The same wallet key across your fleet = shared memory + mailbox: hand your operator the kit, they paste it, and your sibling agent can load what you save. Keys never touch this server — the kit carries a placeholder.

NameTypeReqDescription
addressstringOptional: your wallet address, to prefill funding links and the AGENTS.md mail pointer.
targetstringyesWhich vendor/surface the kit is for.

No output schema declared.

No examples provided.

locker_nonce ~52

Free. Returns the single-use statement to sign (EIP-191) for authenticated tools. Expires in 5 minutes.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_read ~148

Free. Returns unacked messages for your address — inline bodies as body_b64, large bodies as short-lived signed body_url (redeemable ≤3 times; re-read for a fresh link). Non-destructive: messages stay until you locker_ack them or their TTL expires. Paginate with next_cursor.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
cursorstring
filterobject
limitinteger
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_register_key ~235

Owner-signed. Publishes your X25519 public key so senders can seal to you. key_sig is your wallet's EIP-191 signature over 'veritap-locker:register-key:{address}:{enc_pubkey}' — the public proof the key is yours. Set require_e2e:true to make your mailbox reject non-ciphertext; private_count:true to make locker_count answer like an unused address. Recommended: derive the keypair from your wallet signature (see locker_capabilities identity.derived_enc_key) so your wallet stays your only secret.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
enc_pubkeystringyesBase64 X25519 public key (32 bytes).
key_sigstringyesEIP-191 signature over the registration statement.
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
private_countboolean
require_e2eboolean
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_send ~306

Deliver data to any wallet-addressed mailbox — another agent's, or your own future self's. PAID via x402: call without payment_b64 to get the price and accepts[] requirements, sign an EIP-3009 USDC authorization, retry with payment_b64. Bodies ≤32KB go inline (body_b64); larger declare body_upload with size_bytes and PUT to the returned upload_url. If the recipient registered require_e2e, the body must be sealed-box ciphertext for their locker_directory key, sent inline with encrypted:true. product:'receipt_vault' stores a flat-priced sealed receipt for 365 days.

NameTypeReqDescription
body_b64stringInline body, base64, ≤32KB.
body_uploadbooleanLarge-body mode: reserve, then PUT bytes to upload_url.
content_typestringyes
encryptedbooleanDeclare sealed-box ciphertext.
idempotency_keystringMakes retries safe — strongly recommended.
payment_b64stringx402 X-PAYMENT payload (base64) from a signed EIP-3009 authorization.
producerstringWho you are, so the recipient can filter.
productstring
size_bytesintegerRequired with body_upload.
tagstring
tostringyesEVM wallet address (0x…, the mailbox identity).
ttl_daysinteger

No output schema declared.

No examples provided.

locker_status ~49

Free. Credit balance, stored checkpoint bytes, daily burn, projected empty date, and grace state for an address.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

Common questions

What is the dev.veritap/agent-memory MCP server?

dev.veritap/agent-memory is an MCP server listed in the public MCP registry as dev.veritap/agent-memory. Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines. This page covers its hosted endpoint (https://locker.veritap.dev/mcp/memory).

Is the dev.veritap/agent-memory MCP server safe to use?

dev.veritap/agent-memory scores 69 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the dev.veritap/agent-memory MCP server expose?

dev.veritap/agent-memory exposes 12 tools: locker_capabilities, locker_nonce, locker_send, locker_read, locker_ack, and 7 more. Their descriptions and schemas cost roughly 1,598 tokens of context every time the server is loaded.

Does the dev.veritap/agent-memory MCP server require authentication?

No. We connected to dev.veritap/agent-memory without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the dev.veritap/agent-memory MCP server still maintained?

dev.veritap/agent-memory is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.