I created a remote MCP server using Airbyte, OpenAI Responses API and File Store to autogenerate data pipelines in Python using the PyAirbyte lib. It still needs some performance optimizations, but would love feedback. I work for Airbyte in DevRel and looking to build more tools like this for devs.
Add a prompt like this to generate a pipeline:
"create a data pipeline from source-postgres to destination-snowflake"
Currently it only runs remote in Cursor because you need to pass in your openai api key as an env variable in the mcp.json. Cline was stripped env variables out. If you have a solution for this, I'd love to know.
quintonwall•4h ago
Add a prompt like this to generate a pipeline:
"create a data pipeline from source-postgres to destination-snowflake"
Currently it only runs remote in Cursor because you need to pass in your openai api key as an env variable in the mcp.json. Cline was stripped env variables out. If you have a solution for this, I'd love to know.