llm-chat-replay
Verified Safeby jonmadison
Overview
A frontend web application designed to visualize and replay conversations generated by Large Language Models.
Installation
npm install && npm run devSecurity Notes
This is primarily a client-side web application built with Vite. Risks would mainly be client-side (e.g., XSS if displaying unsanitized LLM output) or related to how it fetches/displays data from external sources. No explicit server-side vulnerabilities like 'eval' or obfuscation are visible from the file list.
Similar Servers
gemini-cli-desktop
A cross-platform desktop and web UI for interacting with AI models (Gemini CLI, Qwen Code, LLxprt Code) through ACP and MCP, featuring tool confirmation, code diffing, chat history, and file browsing.
concierge
A framework for building and serving agentic workflows, enabling autonomous agents to interact with application services through structured stages and tasks.
tableau_mcp_starter_kit
Provides a powerful AI integration for Tableau Server/Cloud, enabling natural language querying and interaction with Tableau data via a web interface or dashboard extension.
tiny-robot
A Vue 3 component library and AI interaction kit for building AI-powered frontend applications, providing UI components and a unified API interface to interact with various large AI models.