Setting Up Cline with Datamates
Connect Datamates to Cline to use your AI assistant with MCP (Model Context Protocol) server capabilities.
Configuration Steps
Step 1: Install Extension in IDE
- Open Extensions in your IDE (
Ctrl+Shift+XorCmd+Shift+X). - Search for "Datamates".
- Find Datamates by Altimate AI.
- Click Install.
Step 2: Add Instance Name and API Key
Configure your Altimate credentials in the Datamates extension:
- Click Select datamate on the bottom of your IDE screen.
- Click on the vertical ellipse on the top right of the Datamate menu.
- Select view credentials.
- Select your Datamates' plan: Either Community, Pro, or Team Plan or Enterprise Plan.
- Enter your Altimate Instance Name (e.g.,
mycompany). - Enter your Altimate API Key.
Note
To find your API Key and instance name:
- Navigate to the Datamates website.
- On the sidebar, click settings.
- Click API Key.
Automatic Configuration
Once the Datamates extension is installed and your credentials are set, the extension automatically configures Cline's MCP settings. No manual JSON editing is required.
The extension writes a datamate entry to Cline's cline_mcp_settings.json using an environment variable (${env:DATAMATES_URL}) that resolves to the correct server URL per VS Code window. This means multi-window setups work automatically without any prompts or manual port management.
Verify Connection
After completing these steps:
- The Datamates MCP server should appear in Cline's MCP server list.
- You can verify the connection is working by checking Cline's MCP server status.
Note
If Cline was already running, you may need to reload the window (Ctrl+Shift+P / Cmd+Shift+P → "Developer: Reload Window") for the integration to take effect.
Interactive Demo
Related: Setup Overview