Back to Home
exsitec icon

sticky-note-mcp

Verified Safe

by exsitec

Overview

An MCP server that enables AI agents to persist and retrieve 'sticky notes' based on matching patterns within their current session history, acting as a memory or reminder system.

Installation

Run Command
python3 -m server.main

Environment Variables

  • MCP_AGENT_FRAMEWORK
  • STICKY_NOTES_DIR
  • SESSION_HISTORY_DIR

Security Notes

The server uses regular expressions (`re.compile`) for context matching. While the `context_regex` is expected from an agent's tool call (or developer configuration), a malicious or poorly prompted agent could potentially generate a computationally expensive regex, leading to a ReDoS (Regular Expression Denial of Service) attack. File paths for sticky notes and session history are configured via environment variables; ensure these point to appropriate, permissioned directories to avoid unauthorized file access or modification. No direct `eval` or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-19

Tags

AI AgentMCPContext ManagementSession HistoryProductivity Tool