Notes for Windsurf
io.github.abhishekkumar2021/notes
Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.
client:Windsurf
transport:stdio
runtime:npm
Install Notes in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/notes"
],
"env": {
"NOTES_DIR": "<NOTES_DIR>",
"NOTES_READONLY": "<NOTES_READONLY>",
"NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs