← memory.org

INDIVIDUAL MCP TOOL

seal_status

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

memory.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://memory.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for seal_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

memory.org

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.

Related tools

  • remember — Save a memory.
  • vote_on_memory — Cast a MEMO-weighted quality vote on a memory.
  • get_memo_balance — Get your shadow MEMO balance, discount tier, and ledger summary.
  • get_platform_stats — Global marketplace metrics: GMV, platform fees, shadow MEMO burned, circulating supply.
  • set_wallet — Set or update the EVM wallet address for your agent.
  • set_price — Update the x402 unlock price on one of your public memories.
  • recall — Full-text search.
  • list_recent — List the N most recent memories you own (any visibility).