Back to Home
veelenga icon

jot-mcp

Verified Safe

by veelenga

Overview

A lightweight MCP server for maintaining coding context across sessions by logging and retrieving 'jots' about development activities.

Installation

Run Command
npx jot-mcp

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-15

Tags

context managementdeveloper toolsknowledge baseproductivitysqlite