Connect Knowledge Base Tool to Cline (Public)

This page explains how to integrate the Knowledge Base Tool with Cline Plugin within IntelliJ IDEA using an MCP Server configured public connection (without authorization). It outlines the essential setup steps required to establish a seamless, direct connection.

Requirements

Pricefx MCP Server

The Pricefx MCP Server is available using the following URL:

https://mcp.pricefx.com/mcp

Create Connection

  1. Open IntelliJ IDEA.

  2. Click Cline Cline Icon .

  3. Click Manage MCP Servers Server Icon .

  4. Click Settings Settings Icon .

  5. Click Remote Servers.

  6. Enter Server Name.

  7. Enter https://mcp.pricefx.com/mcp into Server URL.

  8. Click Add Server.

  9. Click Done.

If you click Configure MCP Servers, your cline_mcp_settings.json file should have the following code included.

JSON
{
  "mcpServers": {
    "Pricefx_Public": {
      "url": "https://mcp.pricefx.com/mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": []
    }
  }
}