Back to Home
devonfox icon

notes-mcp

Verified Safe

by devonfox

Overview

An MCP server for creating markdown notes and managing tasks, sending them to Discord and optionally saving locally.

Installation

Run Command
docker-compose up -d

Environment Variables

  • DISCORD_WEBHOOK_URL
  • PORT
  • LOCAL_FILE_PATH
  • TASKS_FILE_PATH

Security Notes

The server correctly uses environment variables for sensitive information like `DISCORD_WEBHOOK_URL`, preventing hardcoded secrets. User-provided `title` for markdown notes is sanitized to prevent path traversal issues when forming filenames. File paths for local saving (`LOCAL_FILE_PATH`, `TASKS_FILE_PATH`) are configured via environment variables, which is standard practice. No direct `eval` or shell command execution from user input is observed. Network requests to Discord include timeouts. Overall, the code follows good security practices for its described functionality, assuming secure configuration of environment variables. The primary risks would stem from misconfiguration of local file paths or improper management of the Discord webhook URL.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-18

Tags

MCPDiscordMarkdownTask ManagementNotesNode.js