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
-
IntelliJ IDEA (Community Edition)
-
Cline Plugin
Pricefx MCP Server
The Pricefx MCP Server is available using the following URL:
https://mcp.pricefx.com/mcp
Create Connection
-
Open IntelliJ IDEA.
-
Click Cline
.
-
Click Manage MCP Servers
.
-
Click Settings
.
-
Click Remote Servers.
-
Enter Server Name.
-
Enter
https://mcp.pricefx.com/mcpinto Server URL. -
Click Add Server.
-
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": []
}
}
}