Back to Home
Darkstar326 icon

csv-editor

Verified Safe

by Darkstar326

Overview

Provides AI assistants with powerful data manipulation, analysis, and validation tools for CSV files, including auto-save and history tracking.

Installation

Run Command
uv run csv-editor

Environment Variables

  • CSV_MAX_FILE_SIZE
  • CSV_SESSION_TIMEOUT
  • CSV_CHUNK_SIZE
  • CSV_AUTO_SAVE
  • CSV_LOG_LEVEL
  • CSV_TEMP_DIR
  • CSV_ENABLE_PROFILING
  • CSV_CACHE_SIZE
  • PYTHONPATH

Security Notes

The server utilizes `pandas.DataFrame.eval()` for adding calculated columns, combined with a self-admitted 'simplified check' in `validate_expression` to prevent unsafe code execution. While Pandas' `eval` has built-in safety, and the project attempts validation, this pattern can be a vector for code injection if `formula` input is not perfectly sanitized. All file paths and URLs are validated to prevent traversal and restrict schemes.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-28

Tags

mcp-servercsv-processingdata-analysispandasai-integration