rag

A tool for running fetch or finder MCP servers and using QDrant for RAG.

Visit Server
Added on 3/28/2025

Run instructions:

For using fetch or finder MCP servers:

  1. cp mcp_agent.secrets.yaml.example mcp_agent.secrets.yaml --> then update with your API key (openai api key is enough)
  2. uv sync
  3. uv run streamlit run main.py

For using QDrant for RAG:

  1. Uncomment line 63-70 in main.py, and comment out the current instruction and server_names
  2. docker pull qdrant/qdrant
  3. docker run -p 6333:6333 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrant
  4. uv run streamlit run main.py