@nlobrain/mcp
v0.1.0
Published
MCP server for NLO Brain — long-term memory for Claude Code
Maintainers
Readme
@nlobrain/mcp
MCP server for NLO Brain — long-term memory for Claude Code.
Setup
claude mcp add nlobrain "npx -y @nlobrain/mcp" --env NLOBRAIN_API_KEY=nb_<your-key>Get your API key at nlobrain.com/dashboard/settings/api-keys.
Tools
| Tool | Description |
|------|-------------|
| brain_search | Semantic search over your notes |
| brain_create | Create a new note |
| brain_read | Read a note by ID |
| brain_update | Update an existing note |
| brain_recent | List recently updated notes |
| brain_list | List notes with filters |
| brain_load_url | Ingest a URL as a note |
| brain_hot_read | Read the hot (pinned) note |
| brain_hot_write | Update the hot note |
| brain_log_append | Append to the daily log |
| brain_audit | Run a lint/health check |
| brain_auto_link | Auto-generate wiki-links |
| brain_stats | Brain statistics |
| brain_list_categories | List categories |
Environment
| Variable | Required | Default |
|----------|----------|---------|
| NLOBRAIN_API_KEY | Yes | — |
| NLOBRAIN_API_URL | No | https://www.nlobrain.com |
