Cursor deeplink setup#152
Merged
Merged
Conversation
reneruck-dbt
approved these changes
Jun 5, 2025
Merged
DevonFulcher
added a commit
that referenced
this pull request
Jun 5, 2025
The Markdown link didn't work as expected. Changing it to HTML. Everything else is the same as my previous PR [here](#152).
DevonFulcher
added a commit
that referenced
this pull request
Jun 6, 2025
I'm not sure how I made this mistake, I did test #152 but it must have messed up with using the wrong configuration for that. In the config, I set `DBT_MCP_HOST` instead of `DBT_HOST`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cursor released deeplinks, which makes it easy to install MCP servers into Cursor. This deeplink is based on this configuration:
{ "dbt": { "command": "uvx", "args": [ "dbt-mcp" ], "env": { "DBT_MCP_HOST": "cloud.getdbt.com", "MULTICELL_ACCOUNT_PREFIX": "optional-account-prefix", "DBT_TOKEN": "your-service-token", "DBT_PROD_ENV_ID": "your-production-environment-id", "DBT_DEV_ENV_ID": "your-development-environment-id", "DBT_USER_ID": "your-user-id", "DBT_PROJECT_DIR": "/path/to/your/dbt/project", "DBT_PATH": "/path/to/your/dbt/executable", "DISABLE_DBT_CLI": "false", "DISABLE_SEMANTIC_LAYER": "false", "DISABLE_DISCOVERY": "false", "DISABLE_REMOTE": "false" } } }It looks like this in the markdown:

and this is the actual clickable link:
When you click the link, you are redirected to a page that looks like this:
Closes: #151
I tested this by pressing the button, inputting my configuration, and running a tool through the Cursor agent.