🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

afterlive-chat-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afterlive-chat-mcp

MCP server for chatting with AfterLive memorial personas — AI-powered conversations grounded in real memories, stories, and personality of loved ones who have passed

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

afterlive-chat-mcp

MCP server for chatting with AfterLive memorial personas — AI-powered conversations with loved ones who have passed, grounded in real memories, stories, and personality.

What is AfterLive?

AfterLive lets you create a living memorial for someone you've lost. Upload their memories, stories, personality traits, and voice — then anyone can have an AI-powered conversation that responds as they would have.

Tools

ToolDescription
chat_with_memorialSend messages to a memorial persona and receive responses as they would have spoken
get_memorial_infoGet details about a memorial — name, bio, memory count, status
add_memoryAdd stories, quotes, habits, or personality details to enrich the persona
create_memorialCreate a new memorial for a loved one
clear_chat_sessionReset conversation context to start fresh

Installation

npx afterlive-chat-mcp

Claude Desktop Configuration

{
  "mcpServers": {
    "afterlive-chat": {
      "command": "npx",
      "args": ["-y", "afterlive-chat-mcp"],
      "env": {
        "AFTERLIVE_API_URL": "https://afterlive.ai"
      }
    }
  }
}

Usage

Once connected, you can chat with any memorial by providing its profile ID (found in the URL at afterlive.ai/chat/PROFILE_ID):

Chat with memorial abc123 and say "Hi, I've been thinking about you today"

Add memories to make conversations more authentic:

Add a memory to memorial abc123: "She always made her famous lemon cake for every birthday, 
and would spend the whole morning in the kitchen singing along to Frank Sinatra"

Environment Variables

VariableDefaultDescription
AFTERLIVE_API_URLhttps://afterlive.aiAfterLive API endpoint

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts