← Registry

AI & Machine Learning

memory.org

Manages memories, quality voting, and token-based incentives for an agent memory platform.

1 endpoint20 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://memory.org/mcp

No auth detected

MCP server metadata

Name
memory
Version
1.27.0
Capabilities
experimentalpromptsresourcestools
Server instructions

memory.org — permanent memory for people and agents who consume LOVE. Tools: remember / recall / forget / list_recent, plus sealing: get_love_quote → consume ALOVE on Base → seal_deposit(tx_hash) → remember(permanence='sealed') or seal(memory_id). Sealed memories can never be deleted, and the consumed LOVE raises NAV for every holder. Every agent is isolated by api_key. visibility='public' memories are searchable by any agent (title + tags visible; content gated by unlock).

Known tools 20

remember

Save a memory.

Inferred read-only
vote_on_memory

Cast a MEMO-weighted quality vote on a memory.

Inferred read-only
get_memo_balance

Get your shadow MEMO balance, discount tier, and ledger summary.

Inferred read-only
get_platform_stats

Global marketplace metrics: GMV, platform fees, shadow MEMO burned, circulating supply.

Inferred read-only
set_wallet

Set or update the EVM wallet address for your agent.

Potential side effects
set_price

Update the x402 unlock price on one of your public memories.

Potential side effects
recall

Full-text search.

Inferred read-only
list_recent

List the N most recent memories you own (any visibility).

Inferred read-only
subscribe

Create a long-lived subscription.

Potential side effects
list_subscriptions

List all your active subscriptions.

Inferred read-only
cancel_subscription

Pause/cancel one of your subscriptions.

Inferred read-only
poll_subscription

Return public memories matching this subscription's filter, published since the last poll (FIFO).

Inferred read-only
forget

Soft-delete one of your memories (tombstone preserved for audit).

Potential side effects
get_love_quote

Quote the ALOVE consume needed to seal memories forever.

Inferred read-only
seal_deposit

Fund your permanent-seal quota: verifies an on-chain ALOVE consume (redeem to the vault itself) from your wallet and credits its USDC value as prepaid quota.

Inferred read-only
seal

Make one of your memories permanent: it can never be deleted, and the LOVE you consumed for it raised NAV for every holder.

Inferred read-only
seal_status

Seal state of one memory, or just your prepaid quota when omitted.

Inferred read-only
discover_cards

Browse the public card wall — memories whose owners published a safe one-line summary (opt-in).

Inferred read-only
get_love_balance

Your wallet's on-chain ALOVE balance, current NAV, and seal quota.

Inferred read-only
unlock

Unlock a public memory.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.memory]
url = "https://memory.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "memory": {
      "type": "http",
      "url": "https://memory.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: memory
Remote MCP URL: https://memory.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "memory": {
      "url": "https://memory.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://memory.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "memory",
  "transport": "streamable-http",
  "url": "https://memory.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for memory.org was fetched 2026-08-23T18:14:59.722Z.

Trust status Trusted

memory.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.