Skip to main content
Glama

RAG Document Server

by jaimeferj
check_status.py358 B
"""Quick status check for Qdrant server.""" import requests response = requests.get("http://localhost:6333/collections/documents") data = response.json() print("✓ Qdrant Server Status:") print(f" Points (chunks): {data['result']['points_count']}") print(f" Status: {data['result']['status']}") print(f" Segments: {data['result']['segments_count']}")

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/jaimeferj/mcp-rag-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server