Back to Home
princeyohann icon

stoic-mcp

Verified Safe

by 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

Run Command
cd local && npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

StoicismAIDeveloper-WellnessMCPNode.jsLocal-Storage