simplenote-mcp-server
Verified Safeby 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
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:latestEnvironment 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
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
vibe-check-mcp-server
Provides metacognitive oversight and self-improvement capabilities for AI agents using Chain-Pattern Interrupts (CPI) to prevent reasoning lock-in and over-engineering.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
rossum-mcp
An AI agent toolkit for Rossum document processing, enabling conversational automation of workflows, debugging of hooks, and configuration management across different environments.