Skip to main content
Glama
norandom

RAGFlow Claude MCP Server

by norandom
__init__.py776 B
""" RAGFlow Claude MCP Server A Model Context Protocol server that provides seamless integration between tools like Claude Desktop and RAGFlow's REST API for knowledge base querying and document management. """ from .server import main, RAGFlowMCPServer from .exceptions import ( RAGFlowMCPError, RAGFlowAPIError, RAGFlowConnectionError, ConfigurationError, ValidationError, DatasetNotFoundError, DocumentNotFoundError, DSPyConfigurationError, CacheError ) __version__ = "1.0.0" __all__ = [ "main", "RAGFlowMCPServer", "RAGFlowMCPError", "RAGFlowAPIError", "RAGFlowConnectionError", "ConfigurationError", "ValidationError", "DatasetNotFoundError", "DocumentNotFoundError", "DSPyConfigurationError", "CacheError" ]

Latest Blog Posts

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/norandom/ragflow-claude-desktop-local-mcp'

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