
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
rote-toolkit
Advanced tools
English | 中文
Rote Toolkit is a TypeScript toolkit for connecting to and extending your Rote note system from terminal workflows and AI agents. It uses the Rote OpenKey API for simple, reusable authentication.
Main project repository: Rabithua/rote.
Node.js v18 or higher is required.
npm install -g rote-toolkit
Run this command once:
rote config
You will be prompted for:
https://your-rote-domain.comCredentials are stored at: ~/.rote-toolkit/config.json.
rote add "Today I learned MCP and it is great"
Add tags, publish as public, and pin:
rote add "Built a new frontend component" -t "code,frontend,React" --public --pin
Search notes containing MCP:
rote search "MCP"
List recent notes (with archive/tag filters):
rote list --limit 5 --archived -t "knowledge"
List explore notes (no auth required):
rote explore --limit 5
No.
If you configure MCP with npx or bunx, the package is downloaded and run automatically when the MCP server starts.
Global install is only needed when you want to run commands directly on your machine:
npm install -g rote-toolkit
rote config
These two commands are equivalent:
rote mcp
rote-mcp
{
"mcpServers": {
"rote-toolkit": {
"command": "npx",
"args": ["-y", "-p", "rote-toolkit@latest", "rote-mcp"]
}
}
}
{
"servers": {
"rote-toolkit": {
"type": "stdio",
"command": "bunx",
"args": ["-y", "--package", "rote-toolkit@latest", "rote-mcp"]
}
}
}
rote-toolkit@latestrote-toolkit@0.3.3could not determine executable to run: usually incorrect npx args, use -p rote-toolkit@... rote-mcp.unknown command 'rote-mcp' (bunx): include --package, for example bunx -y --package rote-toolkit@latest rote-mcp.rote_create_noterote_update_noterote_delete_noterote_search_notesrote_list_notesrote_explore_notesnpm install
npm run build
npm run dev -- --help
Login first:
npm login
Build + bump version + publish:
npm run release:patch
Also available:
npm run release:minor
npm run release:major
Release script steps:
npm run buildnpm pack --dry-runnpm version <patch|minor|major>npm publishFAQs
CLI and MCP toolkit for Rote OpenKey API
We found that rote-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.