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 verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Forge non ha alcuna analisi registrata per questa voce, quindi non ha alcuna osservazione della sua superficie di strumenti. È assenza di prove, non prova che non esponga alcuno strumento.
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…