Armor Wallet Docs
  • Introduction
  • 💚Armor BASICS
    • Vision
    • Token
    • FAQ
    • Codex NFT
    • Platform Fees
    • Supported Chains
    • Supported Protocols
    • Core Functions
      • Wallet Management
      • Security
  • 🐸Armor Agents
    • Creating an Agent
  • Agent Customization
  • Agent Blueprints
  • ✳️Armor SDK
    • SDK Introduction
  • Armor MCP
  • Early Access Armor API key
  • Tutorials
    • Installing the Armor MCP
    • Troubleshooting UV and UVX
    • n8n
    • Claude
    • OpenAI
    • Langraph
    • Cline
    • Cursor
    • ElizeOS
    • Pydantic AI
  • 🟩AI & Tech
    • Architecture
    • Multi-Agent System
    • Agent Ecosystem
      • Trading Agent
      • Research Agent
      • Portfolio Agent
    • Game Connect
    • Bug Bounty
  • 🟢Company
    • Brand Kit
    • Work with us
Powered by GitBook
On this page
  • For Mac | For Windows | For Linux
  • Tools
  • Mac
  • Windows
  • Step 1: Install Python3
  • Step 2: Install uv
  • Step 3: Install Visual Studio Code
  • Step 4: Install Cline
  • Linux
  1. Tutorials

Cline

Integrate the Armor SDK into Cline Agents and unlock AI powered crypto investing.

PreviousLangraphNextCursor

Last updated 26 days ago

| |

Tools

In order to integrate Armor Crypto MCP with Cline, you will need the following tools:

  1. Python3

  2. uv

  3. Visual Studio Code

  4. Cline

Mac

Windows

Step 1: Install Python3

  1. Download Python

    • Click on the Download Python button (make sure you download Python 3.x).

  2. 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.

  3. 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.

Step 2: Install uv

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.

Step 3: Install Visual Studio Code

  1. Download Visual Studio Code

  2. Run the installer you downloaded.

  3. Follow the installation steps (default options are fine for most users).

  4. (Optional but recommended) During installation on Windows, check the box "Add to PATH" to make launching VS Code easier from the terminal.

Step 4: Install Cline

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.

Linux

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.

https://www.python.org/downloads/
link
link
link
link
link
Check here how to get an API key.
For Mac
For Windows
For Linux