Duckdb RAG MCP Sample
A project that uses DuckDB and Plamo-Embedding-1B to implement RAG functionality, supporting vectorized storage and retrieval of markdown files and providing an MCP service interface.
rating : 2.5 points
downloads : 18
What is the DuckDB RAG MCP Sample?
This is an example of a Retrieval Augmented Generation (RAG) system based on DuckDB and Plamo-Embedding-1B. It can convert markdown documents into vector form for storage and provide intelligent search functionality through the MCP protocol.How to use the DuckDB RAG MCP Sample?
You need to first convert markdown documents into vector data, then configure the MCP server, and finally query through supported clients (such as Claude Desktop).Applicable scenarios
Suitable for scenarios that require quickly searching a large amount of document content and obtaining relevant information, such as knowledge base Q&A and document retrieval.Main features
Document vectorizationExtract and convert the content of markdown documents into vector representation
Vector searchUse DuckDB for efficient vector similarity search
Data persistenceSave and load vector data through the Parquet file format
MCP integrationSupport providing search services through the Model Context Protocol
Advantages and limitations
Advantages
A lightweight solution that does not require complex infrastructure based on DuckDB
Use the efficient Plamo-Embedding-1B model for vectorization
Support integration with multiple MCP clients
Data is stored in Parquet format, which is convenient for management and transmission
Limitations
Currently only supports markdown format documents
Need to manually convert documents into vector data
Performance may be limited by single-machine resources
How to use
Prepare documents
Put the markdown files to be searched into the specified directory
Generate vector data
Run the command to convert the documents into vectors and save them as a Parquet file
Build the server
Use PyInstaller to build a single-file executable server
Configure the MCP client
Configure the server path and parameters in the client (such as Claude Desktop)
Usage cases
Knowledge base Q&AAfter vectorizing the company's internal knowledge base documents, obtain relevant information by asking natural language questions
Technical document searchSearch for specific function descriptions in API documents
Frequently Asked Questions
Which document formats are supported?
How to update the search content?
Which MCP clients are supported?
Related resources
DuckDB official documentation
DuckDB database usage documentation
Introduction to Plamo-Embedding-1B
Technical blog about the vectorization model
MCP protocol description
Model Context Protocol specification
Featured MCP Services

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
148
4.5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
95
4.3 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
835
4.3 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
572
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points

Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
286
4.5 points