agentforms---ai-conversational-form-builder-1763664025209
Verified Safeby guilhermetechmakers
Overview
A web-based platform for building and managing AI conversational forms, integrating knowledge bases, and handling user sessions with administrative and analytical capabilities.
Installation
npm run devEnvironment Variables
- VITE_API_URL
Security Notes
The project is a frontend client that uses localStorage to store authentication tokens, which is a common practice for SPAs but is susceptible to XSS attacks if not properly mitigated by the backend. All API calls are made to a configurable backend URL using standard fetch operations. No 'eval' or obvious malicious patterns are present. Data handling on the client side appears standard, and no hardcoded secrets were found.
Similar Servers
core
An extensible IDE framework for building web-based, desktop (Electron), and AI-native development environments, providing core UI components like message notifications and modal dialogues.
better-chatbot
An advanced open-source AI chatbot supporting multiple LLMs, extensive tools (web search, code execution, data visualization, MCP protocol), image generation, and workflow automation for individuals and teams.
agents
This MCP (Model Context Protocol) Server acts as a proxy for the Inkeep Agent Framework's Management API. It exposes administrative functionalities (e.g., CRUD operations for agents, projects, tools, and credentials) via the MCP protocol, allowing other clients or agents to interact with the Inkeep Management API through a standardized interface.
admin
The server acts as a control plane for Model Context Protocol (MCP) traffic, providing a unified API gateway for authentication, routing, and observability across various AI-native services and clients.