MCP server wrapping the nb CLI for LLM-friendly note-taking
MCP server wrapping the nb CLI for LLM-friendly note-taking. That is what the nb mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 6 tools. What each one is for:
Prerequisites — Install nb by following the official instructions: nb installation guideInstallation — See the changelog for release history and upgrade notesNotes — The Notes tool exposed by this serverTodos — The Todos tool exposed by this serverOrganization — The Organization tool exposed by this serverLogging — Logs are written to ~/.local/state/nb-mcp/{project}--{worktree}.log (XDG-compliant)Install nb by following the official instructions: nb installation guide.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Nb's toolset — Prerequisites, Installation, Notes and 3 more — is a fair guide to whether it matches your workflow. It is maintained by emcd; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | Install nb by following the official instructions: [nb installation guide](https://github.com/xwmx/nb#installation). |
| Installation | See the [changelog](CHANGELOG.md) for release history and upgrade notes. |
| Notes | The Notes tool exposed by this server. |
| Todos | The Todos tool exposed by this server. |
| Organization | The Organization tool exposed by this server. |
| Logging | Logs are written to ~/.local/state/nb-mcp/{project}--{worktree}.log (XDG-compliant). |
Install nb by following the official instructions: nb installation guide.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.