- Cline
- Continue
Cline is a VS Code extension that supports MCP servers.Installation
- Install the Cline extension from the VS Code marketplace
- Configure MCP settings in Cline’s settings UI or edit the config file
~/.cline/mcp_servers.json:Workspace Configuration
For workspace-specific database connections, create.vscode/mcp_config.json:
Troubleshooting
- Check the extension’s output panel for errors
- Verify DBHub is installed:
npx @bytebase/dbhub --help - Test the DSN connection outside VS Code
- Restart VS Code after configuration changes