jot-mcp
Verified Safeby veelenga
Overview
A lightweight MCP server for maintaining coding context across sessions by logging and retrieving 'jots' about development activities.
Installation
npx jot-mcpSecurity Notes
The server communicates over standard I/O (stdio) as an MCP plugin, limiting direct network exposure. It uses `execSync` for git operations, but the commands are fixed and not directly composed from untrusted user input, mitigating command injection risks. SQLite operations utilize prepared statements, preventing SQL injection. No hardcoded secrets or obvious malicious patterns were found. As a local tool, its attack surface is inherently lower.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcpick
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.