elitemindset-mcp
Verified Safeby Steverino17
Overview
The server provides a single Model Context Protocol (MCP) tool to help users overcome overwhelm and identify a time-boxed next action, intended for use by an AI agent.
Installation
npm startEnvironment Variables
- PORT
- BASE_URL
Security Notes
The server handles user input by trimming and type conversion (string, number). The `api/mcp.js` and `server.js` endpoints directly interpolate user-provided `goal` and `blocker` into the action string. While the `railway-server.js` variant outputs a JSON stringified object, consuming clients should still sanitize outputs if they are rendered directly to a user interface to prevent potential cross-site scripting (XSS), though this is less critical for consumption by an LLM agent. No hardcoded secrets or malicious patterns (e.g., 'eval') were detected in the provided code.
Similar Servers
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.