
RAGFlow gRPC
by roninrp
High-performance asynchronous gRPC bridge for RAGFlow's AI retrieval and reasoning endpoints.
What it does
This server provides a fast, concurrent gRPC interface to RAGFlow's REST API. It allows microservices to interact with RAGFlow for user registration, authentication, and token generation without the overhead of standard HTTP calls.
Tools
register_user: Asynchronously registers a new user within the RAGFlow ecosystem.login: Handles user authentication via gRPC.generate_api_token: Creates new API tokens for authenticated users.
Installation
{
"mcpServers": {
"ragflow-grpc": {
"command": "make",
"args": ["up"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
make upInformation
- Pricing
- free
- Published
- 5/26/2026
- stars






