rag-mcp
Allows ingestion of YouTube video transcripts and metadata for semantic search and retrieval.
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., "@rag-mcpretrieve information about RAG systems"
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.
RAG-MCP
rag-mcp is an MCP knowledge server for saving and retrieving memory across sessions.
What you can do
Ingest knowledge from text, URLs, YouTube, and files
Retrieve relevant chunks with semantic search
Get source-aware results when needed
List/search/delete indexed documents
Upload files through generated a web URL
Quick Start (Local)
python -m venv .venv
. .venv/bin/activate
pip install -e "[dev]"
export RAG_MCP_UPLOAD_SESSION_SECRET='replace-with-strong-secret'
python -m rag_mcp.mainVerify server:
curl -i http://127.0.0.1:8080/mcp
curl -i http://127.0.0.1:8080/sse
curl -i http://127.0.0.1:8080/metricsQuick Start (Docker)
docker compose up --build -d
docker compose psContainer settings are loaded from .env.
Key MCP Tools
Ingest:
ingest_text,ingest_url,ingest_youtube,ingest_fileRetrieval:
retrieve,retrieve_with_sourcesManagement:
list_documents,search_documents,delete_document,get_ingestion_statusUpload flow:
create_upload_session,check_upload_status
Typical User Flow
Ingest content into a namespace.
Query with
retrieveorretrieve_with_sources.Use management tools to inspect and maintain stored knowledge.
Documentation
Common Config Files
App settings:
src/rag_mcp/config.pyContainer build:
DockerfileCompose runtime:
docker-compose.yml
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrankitvish/RAG-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server