Confidential guide on numerology and astrology, based of GG33 Public information

MCP-Server-Data-Wrangler
3 years
Works with Finder
1
Github Watches
0
Github Forks
2
Github Stars
mcp-data-wrangler: MCP server for Data Wrangling
Overview
This is a Model Context Protocol server for Data Wrangling, providing a standardized interface for data preprocessing, transformation, and analysis tasks. It enables seamless integration of data wrangling operations into the MCP ecosystem.
Features
- Data aggregation
- Descriptive statistics
Run this project locally
This project is not yet set up for ephemeral environments (e.g. uvx
usage). Run this project locally by cloning this repo:
git clone https://github.com/yourusername/mcp-data-wrangler.git
cd mcp-data-wrangler
You can launch the MCP inspector via npm:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_data_wrangler run mcp-data-wrangler
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
OR Add this tool as a MCP server:
{
"data-wrangler": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-data-wrangler",
"run",
"mcp-data-wrangler"
]
}
}
Development
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
pip install -e ".[dev]"
- Run tests:
pytest -s -v tests/
License
相关推荐
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Reviews

user_FdLFkNGx
I've been using the mcp-server-data-wrangler by shibuiwilliam and it has significantly streamlined my data processing tasks. This tool is versatile and effective, with a user-friendly interface and powerful features. As someone who often handles large data sets, this server has made my workflow much more efficient. Highly recommended for anyone needing robust data wrangling capabilities. Check it out on GitHub for more details!