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

您可以通过 npm 启动 MCP 检查器:

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

启动后,检查器将显示一个 URL,您可以在浏览器中访问该 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