pulse-app-mcp-server-connection
Verified Safeby Shellishack
Overview
This repository provides a React full-stack template for building extensions for the Pulse Editor, specifically for configuring connections to an MCP server.
Installation
npm run devSecurity Notes
The template provides basic server functions without explicit input validation or authentication/authorization. While `dotenv` is a dependency (used by `@pulse-editor/cli`), no hardcoded secrets are present in the provided code snippets. Client-side actions (`useRegisterAction`) receive parameters (`params`) directly from the Pulse Editor; developers must ensure these inputs are sanitized/validated in production to prevent potential injection vulnerabilities if they are used to execute commands or render unescaped content. The use of `JSON.stringify` for displaying results on the client provides some mitigation for output rendering.
Similar Servers
Hey-Sanka
This is a Next.js web application, likely serving as a frontend or full-stack platform.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.
public-api-mcp-application
Provides a web-based chat client for interacting with public data via an MCP (Multi-Cloud Platform) and LLM.
emotion-record-platform
Develop a web platform for users to record and analyze their emotional thoughts, providing mental health insights and interactive communication with a virtual character, potentially utilizing fine-tuned Large Language Models.