
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@abhishekmcp/notes
Advanced tools
MCP server for local markdown notes — ranked search, tags, todos, and a wiki-link knowledge graph, from any MCP client.
An MCP server for managing local markdown notes. Lets any MCP client (Claude Desktop, Claude Code, Cursor, …) search, read, create, link, and organize notes in a folder on your machine.
Tools
list_notes — list all notes, newest firstread_note — read a note's contentscreate_note — create a new note (optional overwrite)append_note — append to a note (great for journals/logs)delete_note — delete a notesearch_notes — full-text search across all notesget_backlinks — find notes linking to a note via [[wiki-link]] syntaxResources
notes://<name> resource.All file access is sandboxed to the notes directory — paths that try to escape it are rejected.
npm install
npm run build
Set NOTES_DIR to choose where notes live (defaults to ~/notes):
export NOTES_DIR="$HOME/my-notes"
Add to claude_desktop_config.json:
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["/absolute/path/to/mcp-suite/servers/notes/dist/index.js"],
"env": { "NOTES_DIR": "/absolute/path/to/your/notes" }
}
}
}
claude mcp add notes --env NOTES_DIR=$HOME/notes -- node /absolute/path/to/mcp-suite/servers/notes/dist/index.js
This package publishes automatically via GitHub Actions (Trusted Publishing / OIDC) when a
release tagged notes-v<version> is created. See the repo root for the CD workflow.
Once published, users can run it without cloning:
{
"mcpServers": {
"notes": {
"command": "npx",
"args": ["-y", "@abhishekmcp/notes"],
"env": { "NOTES_DIR": "/path/to/notes" }
}
}
}
MIT
FAQs
MCP server for local markdown notes — ranked search, tags, todos, and a wiki-link knowledge graph, from any MCP client.
The npm package @abhishekmcp/notes receives a total of 159 weekly downloads. As such, @abhishekmcp/notes popularity was classified as not popular.
We found that @abhishekmcp/notes 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.