Back to Home
docdyhr icon

simplenote-mcp-server

Verified Safe

by docdyhr

Overview

A lightweight Model Context Protocol (MCP) server that integrates Simplenote with Claude Desktop to provide note management, search, and organization capabilities for AI assistants.

Installation

Run Command
docker run -d --name simplenote-mcp -e SIMPLENOTE_EMAIL=your.email@example.com -e SIMPLENOTE_PASSWORD=your-password -p 8000:8000 docdyhr/simplenote-mcp-server:latest

Environment Variables

  • SIMPLENOTE_EMAIL
  • SIMPLENOTE_PASSWORD
  • SYNC_INTERVAL_SECONDS
  • LOG_LEVEL

Security Notes

The project demonstrates excellent security practices including container hardening (non-root user, read-only filesystem, no-new-privileges), input validation (e.g., `SecurityValidator` for content, IDs, tags, queries), environment variable-based credential management (no hardcoded secrets found), rate limiting, and security monitoring. It uses `subprocess.run` in scripts, but generally without `shell=True` for safer execution. Regular vulnerability scanning (Bandit, CodeQL, Trivy) and dependency updates (Dependabot) are integrated into the CI/CD pipeline. No 'eval' or obvious malicious patterns were detected.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars7
Forks2
Last Update2025-12-06

Tags

SimplenoteMCP ServerClaude DesktopNote ManagementAI IntegrationAPI BackendPython