Back to Apps

RAGFlow gRPC
by roninrp
High-performance asynchronous gRPC bridge for RAGFlow's AI retrieval and reasoning endpoints.
0 stars
Works in:claude
Exposes:Tools
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
Choose your AI client and follow the steps below.
Claude Desktop
Run 'make setup' then 'make up' to start the gRPC server.





