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•236 B
#!/bin/bash
# Run PyRAGDoc with FastMCP
# Change to the directory of this script
cd "$(dirname "$0")"
# Run the server with FastMCP
python -c "from pyragdoc.server.fastmcp_wrapper import run_fastmcp_server; run_fastmcp_server()" "$@"