Skip to main content

RAGFlow MCP Server Aider

Project description

ragflow-mcp-server-aider MCP server

RAGFlow MCP Server Aider

Components

Tools

Tools

  1. list_datasets

    • 列出所有数据集
    • 返回数据集的 ID 和名称
  2. create_chat

    • 创建一个新的聊天助手
    • 输入:
      • name: 聊天助手的名称
      • dataset_id: 数据集的 ID
    • 返回创建的聊天助手的 ID、名称和会话 ID
  3. chat

    • 与聊天助手进行对话
    • 输入:
      • session_id: 聊天助手的会话 ID
      • question: 提问内容
    • 返回聊天助手的回答
  4. retrieve

    • 检索相关信息
    • 输入:
      • dataset_ids: 数据集的 ID
      • question: 提问内容
    • 返回从知识库检索到的内容

Configuration

[TODO: Add configuration details specific to your implementation]

Quickstart

Install

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Development/Unpublished Servers Configuration ``` "mcpServers": { "ragflow-mcp-server-aider": { "command": "uv", "args": [ "--directory", ".\path\to\ragflow-mcp-server-aider", "run", "ragflow-mcp-server-aider" ] } } ```
Published Servers Configuration ``` "mcpServers": { "ragflow-mcp-server-aider": { "command": "uvx", "args": [ "ragflow-mcp-server-aider" ] } } ```

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory .\path\to\ragflow-mcp-server-aider run ragflow-mcp-server-aider

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ragflow_mcp_server_aider-0.1.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ragflow_mcp_server_aider-0.1.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file ragflow_mcp_server_aider-0.1.0.tar.gz.

File metadata

File hashes

Hashes for ragflow_mcp_server_aider-0.1.0.tar.gz
Algorithm Hash digest
SHA256 41aaaf48124255431b27e25cfc87f44b47ddc9159fcad6136cf98fde7b4bd994
MD5 fa5a7d9a7be7868711a84c3b2c89e704
BLAKE2b-256 154eb8582c0fe1947ca513cfc50c33ad874ed0c671e14d371d84d3b72e3887bd

See more details on using hashes here.

File details

Details for the file ragflow_mcp_server_aider-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ragflow_mcp_server_aider-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 40fe4dc5a0a608b1292a6cdbd6fe5ea36b5d25051084229843d990bf364da219
MD5 0ebb40553c7844b493aecb901d7153b0
BLAKE2b-256 31d2074bbfdbc6f3354ae5a92e6a852704b9678a6210b07506d04b16f77b3710

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page