Cline
Integrate the Armor SDK into Cline Agents and unlock AI powered crypto investing.
Last updated
Integrate the Armor SDK into Cline Agents and unlock AI powered crypto investing.
Last updated
In order to integrate Armor Crypto MCP with Cline, you will need the following tools:
Python3
uv
Visual Studio Code
Cline
Download Python
Click on the Download Python button (make sure you download Python 3.x).
Install Python
Run the installer
Important: During installation, check the box that says "Add Python to PATH" before clicking "Install Now."
Follow the prompts to complete the installation.
Verify the installation After installation is complete:
Open a terminal (Command Prompt, Terminal, or PowerShell).
Run the following command:python --version
You should see an output like 3.
If you see the version printed, Python 3 has been successfully installed.
Install uv (required for running MCP servers via uvx)
In your terminal, install uv globally:
pip install uv
After installation, verify it by running:
uv --version
You should see the version number printed.
Download Visual Studio Code
Run the installer you downloaded.
Follow the installation steps (default options are fine for most users).
(Optional but recommended) During installation on Windows, check the box "Add to PATH" to make launching VS Code easier from the terminal.
This will open Cline on VSCode. You should click Install again.
Once you install Cline, you will see the Cline icon on the left sidebar in Visual Studio Code. Click on the icon, and a chat window will open in a new tab. This is where you can chat and interact with Cline.
The next step is to click on the "MCP Servers" icon in the top navigation bar of the Cline extension.
Select the "Installed" tab, and then click the "Configure MCP Servers".
Copy the configuration and paste it into the cline_mcp_settings.json file. Then, replace with your actual API key.
Once this step is completed, click Done and you are ready to use Armor Crypto MCP with Cline. Once you have Armor MCP up and running you can start to explore the possibilities of what Armor Wallet can do.
Go to the official Python website: or you can download Python from Microsoft Store
On this you have the VSCode installer: and on this you have the steps on how to install VSCode on Windows. The steps for downloading and installing VSCode are simple.
Once you install VSCode, you can install Cline. Go on this , and create account. You can login with your Gmail or Github account.
Once you login, and click on View Credits, you can see you balance. You might have some credits to use Cline or you can connect your credit card and get more credits. In order to install Cline on VSCode, click on this and click Install.
A file named cline_mcp_settings.json will open. This file should contain the configuration for Armor Crypto MCP. For that purpose, click on the following (Github repo), and scroll down to the Usage & Configuration section.