Integrate Cursor with dbt MCP beta
Cursor is an AI-powered code editor, powered by Microsoft Visual Studio Code (VS Code).
After setting up your MCP server, you connect it to Cursor. Log in to Cursor and follow the steps that align with your hosting method.
Set up with local dbt MCP server
-
Configure your environment variables in an
.env
file locally. -
Click the following application link with Cursor open:
-
Update inputs in the template.
-
Save, and now you have access to the dbt-mcp!
Set up with remote dbt MCP server
-
Click the following application link with Cursor open:
-
Provide your URL/headers by updating the host, production environment ID, and service token in the template.
-
Save, and now you have access to the dbt MCP server!
0