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_fastmcp.sh•252 B
#!/bin/bash
# Script to run FastMCP version of PyRAGDoc server
# Change to the script directory
cd "$(dirname "$0")"
# Add executable permission to run_fastmcp.py if needed
chmod +x run_fastmcp.py
# Run the FastMCP server
python run_fastmcp.py "$@"