AI & Machine Learning
memory.org
Manages memories, quality voting, and token-based incentives for an agent memory platform.
ENDPOINT 1
https://memory.org/mcp
MCP server metadata
- Name
- memory
- Version
- 1.27.0
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
get_platform_statsGlobal marketplace metrics: GMV, platform fees, shadow MEMO burned, circulating supply.
Inferred read-onlypoll_subscriptionReturn public memories matching this subscription's filter, published since the last poll (FIFO).
Inferred read-onlyseal_depositFund 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-onlysealMake one of your memories permanent: it can never be deleted, and the LOVE you consumed for it raised NAV for every holder.
Inferred read-onlydiscover_cardsBrowse the public card wall — memories whose owners published a safe one-line summary (opt-in).
Inferred read-onlyget_love_balanceYour wallet's on-chain ALOVE balance, current NAV, and seal quota.
Inferred read-onlyCONNECT 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.
memory.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.