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

afterlive-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-mcp

MCP server for AfterLive — create AI-powered digital memorials that let you chat with preserved memories of loved ones

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

AfterLive MCP Server

Create and interact with AI-powered digital memorials through any MCP-compatible AI assistant.

What is AfterLive?

AfterLive lets you build living memorials for loved ones. Upload memories, stories, and recollections — then have AI-powered conversations that reflect their personality and life.

Tools

ToolDescription
create_memorialCreate a new memorial profile (name, pronoun, bio)
add_memoryAdd a text memory/story to a profile
chat_with_memorialHave a conversation with the AI memorial
get_memorialView profile details, memory count, analytics

Quick Start

npx afterlive-mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "afterlive": {
      "command": "npx",
      "args": ["-y", "afterlive-mcp"],
      "env": {
        "AFTERLIVE_API_KEY": "your-api-key"
      }
    }
  }
}

Usage Examples

  • "Create a memorial for my grandmother Sarah"
  • "Add a memory about how she always made apple pie on Sundays"
  • "Chat with Sarah's memorial — ask her about her childhood"

Free Tier

  • 20 chat messages included
  • Unlimited memorial creation and memory contributions
  • Upgrade at afterlive.ai/pricing for unlimited access

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Apr 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