engineer your data for Cursor
io.github.eghuzefa/engineer-your-data
MCP server for data engineering: validation, transformation, visualization, and APIs.
client:Cursor
transport:stdio
runtime:pypi
Install engineer your data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"engineer-your-data": {
"type": "stdio",
"command": "uvx",
"args": [
"engineer-your-data"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs