LLM Chat Replay is a React application designed to visualize chat transcripts from LLM sessions. Users can create transcripts using their LLM and MCP filesystem server, and replay them with various playback features.
LLM Chat Replay is a React application designed to visualize chat transcripts from LLM sessions. Users can create transcripts using their LLM and MCP filesystem server, and replay them with various playback features.
Set up an MCP filesystem server and install the application dependencies.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"llm-chat-replay": {
"command": "npx",
"args": [
"-y",
"Set up an MCP filesystem server and install the application dependencies."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from LLM Chat Replay?"
No configuration required. This server works out of the box.
"What resources are available in LLM Chat Replay?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in LLM Chat Replay"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in LLM Chat Replay with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.