Skip to main content
Glama

MCP Data Wrangler

mcp-data-wrangler: データラングリング用のMCPサーバー

概要

これはデータラングリング用のモデルコンテキストプロトコルサーバーであり、データの前処理、変換、分析タスクのための標準化されたインターフェースを提供します。これにより、データラングリング操作をMCPエコシステムにシームレスに統合できます。

特徴

  • データ集約
  • 記述統計

このプロジェクトをローカルで実行する

このプロジェクトはまだ一時的な環境(例: uvx使用)向けには設定されていません。このリポジトリをクローンして、ローカルでプロジェクトを実行してください。

git clone https://github.com/yourusername/mcp-data-wrangler.git cd mcp-data-wrangler

MCP インスペクターは npm 経由で起動できます。

npx @modelcontextprotocol/inspector uv --directory=src/mcp_data_wrangler run mcp-data-wrangler

起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。

または、このツールを MCP サーバーとして追加します。

{ "data-wrangler": { "command": "uv", "args": [ "--directory", "/path/to/mcp-data-wrangler", "run", "mcp-data-wrangler" ] } }

発達

  1. 仮想環境を作成してアクティブ化します。
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
  1. 依存関係をインストールします:
pip install -e ".[dev]"
  1. テストを実行します:
pytest -s -v tests/

ライセンス

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

データ集約や記述統計などのデータの前処理、変換、分析タスク用の標準化されたインターフェースを提供する、データ ラングリング用のモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. 特徴
      1. このプロジェクトをローカルで実行する
        1. 発達
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
              Last updated -
              1
              8
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides tools for fetching and posting HTTP data, with built-in prompts for URL summarization and API analysis.
              Last updated -
              2
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A comprehensive Model Context Protocol server providing access to 70+ IT tools for developers and system administrators, including encoding/decoding, text manipulation, hashing, and network utilities.
              Last updated -
              76
              400
              6
              TypeScript
              MIT License
              • Linux
            • A
              security
              A
              license
              A
              quality
              A comprehensive Model Context Protocol server for SQL Server database operations that provides 10 powerful tools for database analysis, object discovery, and data manipulation.
              Last updated -
              10
              7
              TypeScript
              MIT License
              • Apple

            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/shibuiwilliam/mcp-server-data-wrangler'

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