Skip to content
Cline

Notes for Cline

io.github.abhishekkumar2021/notes

Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.

client:Cline transport:stdio runtime:npm

Install Notes in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "notes": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/notes"
      ],
      "env": {
        "NOTES_DIR": "<NOTES_DIR>",
        "NOTES_READONLY": "<NOTES_READONLY>",
        "NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Notes in other clients