Back to Home
docdyhr icon

simplenote-mcp-server

Verified Safe

by docdyhr

Overview

Integrates Simplenote with Claude Desktop as a memory backend or content source via the Model Context Protocol (MCP), enabling AI interaction with user notes.

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

Security Notes

The project demonstrates a high commitment to security best practices, including multi-stage Docker builds, non-root user execution, read-only filesystems, and built-in health checks. CI/CD pipelines incorporate automated security scanning (Bandit, pip-audit, Trivy, Cosign, SBOM generation) and `scripts/security.py` validates inputs against common vulnerabilities. Environment variables are used for sensitive credentials, avoiding hardcoding. No 'eval' or similar dangerous patterns are apparent for user input.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars8
Forks2
Last Update2026-01-19

Tags

SimplenoteMCPClaude DesktopAINote ManagementPythonDockerAPI