cue
Verified Safeby manuelcattelan
Overview
Provides a Model Context Protocol (MCP) server for preprocessing prompts and integrating tools within agentic AI workflows.
Installation
pnpm install && pnpm build && node build/index.jsSecurity Notes
The server implements a simple 'echo' tool that only stringifies its input, presenting no code execution vulnerabilities within its logic. Communication happens via standard I/O, which limits direct network exposure compared to a typical HTTP server. No hardcoded secrets or 'eval' usage are found in the provided code snippets.
Similar Servers
cupertino
Local Apple Developer documentation crawler and Model Context Protocol (MCP) server for AI agents, providing offline access and structured API information.
mcp-server-computer
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.
meds-mcp
Provides a medical context protocol (MCP) server and a React-based chat interface for interacting with patient records via LLMs and medical ontologies, facilitating evidence review and patient data exploration.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.