mcp-server-plugin
If you are the rightful owner of mcp-server-plugin and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
JetBrains MCP Server Plugin facilitates integration between LLMs and JetBrains IDEs by providing server-side handling of MCP requests.
The JetBrains MCP Server Plugin is designed to enable seamless integration between Large Language Models (LLMs) and JetBrains IDEs such as IntelliJ IDEA and WebStorm. It provides the necessary server-side implementation to handle Model Context Protocol (MCP) requests and offers extension points for developers to implement custom tools. This plugin is essential for developers looking to enhance their JetBrains IDEs with LLM capabilities, allowing for more intelligent code suggestions, refactoring, and other advanced features. The plugin requires the installation of the JetBrains MCP Proxy and a compatible JetBrains IDE. Developers can create and register their own tools by following the provided guidelines, ensuring that their tools are descriptive, properly handle JSON input, and utilize the IDE's services effectively.
Features
- Seamless integration with JetBrains IDEs
- Server-side handling of MCP requests
- Extension points for custom tool implementation
- Guidelines for tool development
- Automatic publishing on GitHub release