Skip to main content
Glama

RAGFlow MCP

by oraichain
Apache 2.0
1
  • Linux
  • Apple

ラグフロー-MCP

シンプルなRAGFlow MCP。RAGFlowチームが公式MCPサーバーをリリースするまでは有効です。

インストール

インストール方法は2種類あります。インストールの高速化と依存関係の管理強化のため、方法2(UVを使用)をお勧めします。

方法1: condaを使用する

  1. 新しい conda 環境を作成します。
conda create -n ragflow_mcp python=3.12 conda activate ragflow_mcp
  1. リポジトリをクローンします。
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. 依存関係をインストールします:
pip install -r requirements.txt

方法2: uvを使用する(推奨)

  1. uv (高速な Python パッケージインストーラーおよびリゾルバー) をインストールします。
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. リポジトリをクローンします。
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. 新しい仮想環境を作成してアクティブ化します。
uv venv --python 3.12 source .venv/bin/activate # On Unix/macOS # Or on Windows: # .venv\Scripts\activate
  1. 依存関係をインストールします:
uv pip install -r pyproject.toml

デバッグのためにMCP Server Inspectorを実行する

  1. MCPサーバーを起動する
  2. 次のコマンドを使用してインスペクターを起動します。
# you can choose a different server SERVER_PORT=9000 npx @modelcontextprotocol/inspector
-
security - not tested
A
license - permissive license
-
quality - not tested

公式バージョンがリリースされるまでのギャップを埋める、RAGFlow 用のシンプルな一時 MCP サーバーです。

  1. インストール
    1. 方法1: condaを使用する
    2. 方法2: uvを使用する(推奨)
  2. デバッグのためにMCP Server Inspectorを実行する

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Implementation of an MCP server for the RAG Web Browser Actor. This Actor serves as a web browser for large language models (LLMs) and RAG pipelines, similar to a web search in ChatGPT.
      Last updated -
      1
      330
      77
      JavaScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      MCP Server for the Perplexity API.
      Last updated -
      50
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
      Last updated -
      1,489
      119
      TypeScript
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A lightweight mcp server that tells you exactly where you are.
      Last updated -
      Python
      MIT License

    View all related MCP servers

    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/oraichain/ragflow-mcp'

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