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…
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
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…