We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amornpan/py-mcp-qdrant-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_conda.sh•254 B
#!/bin/bash
# Run pyRAGDocs with Conda environment
# Source conda.sh to get conda command
source "$(conda info --base)/etc/profile.d/conda.sh"
# Activate the environment
conda activate mcp-rag-qdrant-1.0
# Run the server
python -m ragdocs.server "$@"