mcp-server-plugin

JetBrains
86
JetBrains MCP Server Plugin

Overview

What is mcp-server-plugin

The mcp-server-plugin is a JetBrains plugin that facilitates the integration of Large Language Models (LLMs) with JetBrains IDEs through the Model Context Protocol (MCP). It provides server-side functionality to handle MCP requests and allows for the creation of custom tools.

How to Use

To use the mcp-server-plugin, ensure you have JetBrains MCP Proxy installed along with a JetBrains IDE like IntelliJ IDEA or WebStorm. You can create custom tools by extending the AbstractMcpTool class and registering them in your plugin.xml file.

Key Features

Key features include seamless integration with JetBrains IDEs, an extension point system for custom tool implementation, and a structured way to handle MCP requests and responses.

Use Cases

Use cases for the mcp-server-plugin include developing custom tools that leverage LLM capabilities within JetBrains IDEs, enhancing coding assistance, and automating repetitive tasks through custom integrations.

Content