publishers-mcp-stdio
Verified Safeby nagareproject
Overview
Provides a standard input/output (STDIO) interface for a Nagare application server, enabling communication with a parent process.
Installation
No command providedSecurity Notes
The component itself primarily handles STDIO redirection. Its security heavily relies on the upstream 'nagare-server' dependency correctly processing and sanitizing input passed to 'start_handle_request' within 'services_service'. No direct 'eval', hardcoded secrets, or malicious patterns found in the provided code.
Similar Servers
pharo-smalltalk-interop-mcp-server
A Python-based server facilitating interoperability with Pharo Smalltalk environments.
mcp-servers
A foundational Python project providing basic components and utilities for building modular server-like applications.
python-mcp-server
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
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.