Notes for Cursor
io.github.abhishekkumar2021/notes
Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.
client:Cursor
transport:stdio
runtime:npm
Install Notes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"notes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/notes"
],
"env": {
"NOTES_DIR": "<NOTES_DIR>",
"NOTES_READONLY": "<NOTES_READONLY>",
"NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs