Saves conversation notes as markdown files with automatic formatting, timestamp generation, and content filtering to create clean documentation of conversation history.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FlowNoter MCP Serversave the last 3 turns of our conversation about MCP servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FlowNoter MCP Server
A Model Context Protocol (MCP) server for saving conversation notes as markdown files.
Features
📝 Save agent conversation history as markdown notes
🗂️ Automatically organizes notes in a
notesfolder🧹 Filters out thinking process and tool execution details
⏰ Adds timestamps to each note
🎯 Extracts clean responses from assistant messages
🔧 Configurable number of conversation turns to save
Installation
Via npm
Local Development
Configuration
Add this to your MCP settings configuration file:
Option 1: Using npx (Recommended)
Option 2: Global installation
Option 3: Local development
Available Tools
save_conversation_note
Saves recent conversation messages as a markdown note.
Parameters:
messages(required): Array of conversation messagesEach message should have:
role: Either "user" or "assistant"content: The message content
user_question(required): The user's question to use as the note titlenum_messages(optional): Number of recent conversation turns to include (default: all messages)
Example:
Output Format
Notes are saved in the notes/ folder with the following format:
File Naming
Note files are named using:
Sanitized version of the user's question (alphanumeric characters and Chinese characters only)
Timestamp for uniqueness
.mdextension
Example: Creating_an_MCP_server_1696348800000.md
Development
Build
Run Locally
License
ISC