Qdrant DevContainer for File Embeddings
@questmapping
About Qdrant DevContainer for File Embeddings
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qdrant_server_devcontainer_for_rag_mcp": {
"command": "python",
"args": [
"ingest.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qdrant DevContainer for File Embeddings?
Qdrant DevContainer for File Embeddings provides a development container setup for running Qdrant with file embeddings. It includes everything needed to index and search text documents using vector similarity search, making it ideal for developers building local semantic search or RAG systems.
How to use Qdrant DevContainer for File Embeddings?
Ensure Docker Desktop is running, open the project folder in VS Code, and click “Reopen in Container” (or use F1 → “Dev Containers: Reopen in Container”). Place your text files in the data/ directory. After the container builds, Qdrant starts automatically (access at http://localhost:6333, though the port may be dynamically assigned). Run python ingest.py from within the container to index your files.
Key features of Qdrant DevContainer for File Embeddings
- Qdrant vector database runs in the background automatically
- Automatic file indexing with sentence-transformers (
all-MiniLM-L6-v2) - Collection
local-docscreated with cosine similarity - Supports
.txt,.md, and.pdffiles - Python environment with all necessary dependencies pre-installed
- VS Code Python extension included for easy development
Use cases of Qdrant DevContainer for File Embeddings
- Quickly index a folder of local text/markdown/PDF documents for semantic search
- Prototype a RAG (Retrieval-Augmented Generation) pipeline without cloud services
- Experiment with Qdrant’s similarity search endpoints in a reproducible environment
- Build a local knowledge base for AI assistants using vector embeddings
FAQ from Qdrant DevContainer for File Embeddings
What are the prerequisites to run this DevContainer?
You need Docker Desktop running on your system, VS Code with the Remote – Containers extension, and an internet connection to download dependencies.
Where should I place my files for indexing?
Place all your text, markdown, or PDF files in the data/ directory inside the project folder before running the ingestion script.
How do I start indexing the files?
After the container is built and Qdrant is running, execute python ingest.py from the terminal inside the container.
Which file formats are supported?
The current version supports .txt, .md, and .pdf files. Other extensions will be ignored.
How do I access the Qdrant dashboard or API?
By default Qdrant is accessible at http://localhost:6333. However, the port is dynamically assigned—check the output panel after container build if that port does not work.
More Memory & Knowledge MCP servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Comments