MCP.so
ログイン

Apache Doris MCP Server

@morningman

Apache Doris MCP Server について

An MCP server for Apache Doris & VeloDB

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

morningman

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "doris": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp-doris",
        "--python",
        "3.13",
        "mcp-doris"
      ],
      "env": {
        "DORIS_HOST": "",
        "DORIS_PORT": "",
        "DORIS_USER": "",
        "DORIS_PASSWORD": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Apache Doris MCP Server?

It is an MCP server that provides a bridge between the Model Context Protocol (MCP) and Apache Doris, a real-time analytical database. It allows users to integrate Doris into MCP-compatible tools such as

コメント

「その他」の他のコンテンツ