cue
Verified Safeby manuelcattelan
Overview
An MCP server designed to front-load prompt engineering, transforming vague task descriptions into well-structured, optimized prompts for agentic workflows.
Installation
npx @manuelcattelan/cueEnvironment Variables
- ANTHROPIC_API_KEY
Security Notes
The server uses the MCP protocol for interaction, relying on the client LLM for completions when 'sampling' is supported, which delegates security and user permissions to the client. For unsupported clients, it falls back to Anthropic API, securely fetching API keys from environment variables. No 'eval' or malicious patterns were found. The use of StdioServerTransport indicates communication over standard I/O, which generally limits direct network exposure.
Similar Servers
cupertino
Cupertino is an Apple Documentation Crawler & MCP Server that provides accurate, up-to-date Apple API documentation and sample code to AI agents and developers for offline and AI-assisted development.
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
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
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.