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 application providing a rich UI for interacting with AI coding agents (Gemini, Qwen, LLxprt) through structured communication, visual tool confirmation, and project management.
concierge
A declarative framework for building agentic AI services that allow LLMs to interact with applications through structured workflows and dynamic tool exposure.
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.
Local_MCP_Client
The client acts as a cross-platform web and API interface for natural language interaction with configurable MCP servers, facilitating structured tool execution and dynamic agent behavior using local LLMs.