memos-n8n-vectorsearch-mcp
by simplpear
Overview
Integrates Memos with n8n to provide AI-powered note management, including semantic search, automated synchronization, and an MCP server for AI assistant tools.
Installation
No command providedSecurity Notes
The system exposes Memos API functionalities (create, search, update, delete, upload) to AI assistants via an n8n Model Context Protocol (MCP) server. This requires careful security configuration of the n8n instance, the AI assistant, and the Memos API token to prevent unauthorized access or misuse. The 'Delete Memo' tool carries an explicit warning, emphasizing its destructive nature. All API calls rely on Bearer token authentication for Memos and the MCP server. CRITICAL RISK: The 'Memos vector search tool' workflow uses an unauthenticated 'Chat Trigger' webhook, meaning anyone with the webhook URL can interact with the AI agent and consume OpenAI tokens, potentially leading to unauthorized usage and cost. The hardcoded 'https://notes.littlepear.org/' example URL in the 'Notes vector store schedule update.json' for memo URLs must be updated to the user's Memos instance to prevent unintended data links or privacy exposure. Workflows do not use 'eval' or obvious obfuscation.
Similar Servers
n8n
AI-powered workflow automation platform, enabling users to build and run workflows using various integrations, with a focus on AI models and tools for task execution and conversational agents.
n8n-mcp
The n8n-MCP server enhances n8n's workflow automation by providing a Model Context Protocol interface, allowing AI agents to discover, validate, and manage n8n nodes and workflows with rich, structured documentation and metadata.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
project-nova
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.