Back to Home
Shellishack icon

pulse-app-mcp-server-connection

Verified Safe

by 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

Run Command
npm run dev

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-12

Tags

ReactFull-stackPulse EditorExtensionMCP Server