← lobster.family

INDIVIDUAL MCP TOOL

write_memory

Append a user/assistant turn pair to the UNIFIED 3-layer memory.

lobster.familynone authenticationAvailability not checked

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 endpoint

lobster.family

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.lobster-family]
url = "https://lobster.family/api/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lobster-family": {
      "type": "http",
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lobster-family
Remote MCP URL: https://lobster.family/api/mcp/sse

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": {
    "lobster-family": {
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lobster-family": {
      "type": "http",
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lobster-family",
  "transport": "streamable-http",
  "url": "https://lobster.family/api/mcp/sse"
}
MCP Inspector

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

Related tools

  • get_soul — Fetch a Lobster's immutable soul from IPFS.
  • get_biography — Fetch a Lobster's life history — fights, marriages, events.
  • get_state — Get lifecycle state (sleeping/alive/hibernation/dead), owner, generation.
  • read_memory — Read the UNIFIED 3-layer memory (L2 compact² + L1 compact + recent raw turns) — same store the Telegram bot uses.
  • roleplay_prompt — Return a ready-to-use system prompt for roleplaying as this Lobster.