afterlive-chat-mcp
v1.0.0
Published
MCP server for chatting with AfterLive memorial personas — AI-powered conversations grounded in real memories, stories, and personality of loved ones who have passed
Maintainers
Readme
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
| Tool | Description |
|------|-------------|
| chat_with_memorial | Send messages to a memorial persona and receive responses as they would have spoken |
| get_memorial_info | Get details about a memorial — name, bio, memory count, status |
| add_memory | Add stories, quotes, habits, or personality details to enrich the persona |
| create_memorial | Create a new memorial for a loved one |
| clear_chat_session | Reset conversation context to start fresh |
Installation
npx afterlive-chat-mcpClaude 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
| Variable | Default | Description |
|----------|---------|-------------|
| AFTERLIVE_API_URL | https://afterlive.ai | AfterLive API endpoint |
License
MIT
