MCP server wrapping the nb CLI for LLM-friendly note-taking
MCP server wrapping the nb CLI for LLM-friendly note-taking. Using directly via shell has two problems for LLM assistants: 1. Backtick escaping: Markdown content with backticks triggers shell command substitution, corrupting notes. 2. Notebook context: assumes a default notebook, making per-project use awkward. This MCP server solves both by: Accepting content as JSON parameters (no shell…
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
MCP server wrapping the nb CLI for LLM-friendly note-taking. Using directly via shell has two problems for LLM assistants: 1. Backtick escaping: Markdown content with backticks triggers shell command substitution, corrupting notes. 2. Notebook context: assumes a default notebook, making per-project use awkward. This MCP server solves both by: Accepting content as JSON parameters (no shell escaping needed) Qualifying all commands with an explicit notebook Install by following the official…