Skip to content
VS Code

engineer your data for VS Code

io.github.eghuzefa/engineer-your-data

MCP server for data engineering: validation, transformation, visualization, and APIs.

client:VS Code transport:stdio runtime:pypi

Install engineer your data in VS Code

.vscode/mcp.json

{
  "servers": {
    "engineer-your-data": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "engineer-your-data"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

engineer your data in other clients