Data Pipeline Automation Framework to build MCP servers, data APIs, and data lakes with SQL.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sqrl": {
"command": "npx",
"args": [
"-y",
"DataSQRL/sqrl"
]
}
}
}
Run in terminal:
claude mcp add sqrl npx -y DataSQRL/sqrl
Add to .cursor/mcp.json:
{
"mcpServers": {
"sqrl": {
"command": "npx",
"args": [
"-y",
"DataSQRL/sqrl"
]
}
}
}