stoic-mcp
Verified Safeby princeyohann
Overview
Provides a local Model Context Protocol (MCP) server for Stoic philosophy quotes, featuring CRUD operations, AI-powered explanations, and quote generation, aimed at developer wellness and productivity.
Installation
cd local && npm startEnvironment Variables
- DEEPSEEK_API_KEY
Security Notes
The server uses `process.env.DEEPSEEK_API_KEY` to load the DeepSeek API key, avoiding hardcoded secrets. File system operations (`fs/promises.readFile`, `writeFile`) are contained to a `quotes.json` file within the project directory. Input parsing for the bulk import utility uses regex, and tool arguments are handled by casting to `Number()` for IDs, reducing injection risks. No `eval` or `child_process.exec` patterns were found for arbitrary code execution. The primary security considerations are typical for a local Node.js application accessing the file system and making external API calls, which is generally safe for its intended use case.
Similar Servers
UI-TARS-desktop
UI-TARS-desktop is a native GUI Agent application powered by multimodal AI models, enabling users to control their computer and browser through natural language instructions.
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
gemini-cli-desktop
A cross-platform desktop and web UI for interacting with AI models (Gemini CLI, Qwen Code, LLxprt Code) through ACP and MCP, featuring tool confirmation, code diffing, chat history, and file browsing.
lotus-wisdom-mcp
This MCP server provides a tool for multi-faceted problem-solving and contemplative reasoning, using a wisdom framework inspired by the Lotus Sutra to guide AI agents in structured thinking and insight generation.