- Step1: Start the MCP server by running the provided server.js using Node.js
- Step2: Use MCP discovery endpoint to identify available tools and functions
- Step3: Invoke the 'list_notes' function to retrieve all note filenames
- Step4: Select a note and invoke 'read_note' to get its markdown content
- Step5: Use the retrieved content for display, further processing, or analysis