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.
Step 3: Run Altimate Diagnostics and Copy Server URL
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P). - Run:
Datamates: Run Altimate Diagnostics. - Wait for diagnostics to complete successfully.
- Copy the server URL from the diagnostics output (it will look like
http://localhost:7700/sse).
Note
The port number (7700) may vary depending on your system. Use the exact URL shown in your diagnostics output.
Step 4: Configure Cline MCP Server
- In Cline, navigate to the MCP Server tab or settings (typically found in Cline's configuration panel).
- Click the Configure button in the MCP Server section.
- Click Configure MCP Servers to open the configuration file.
- Copy the following JSON configuration into Cline's MCP servers configuration, replacing the URL with the server URL you copied in Step 3:
Important
Make sure to replace http://localhost:7700/sse with the actual server URL from your diagnostics output if it's different.
Verify Connection
After completing these steps:
- Restart Cline or reload the window.
- The Datamates MCP server should now be available in Cline.
- You can verify the connection is working by checking Cline's MCP server status.
Interactive Demo
Related: Setup Overview