Jetbrain

by lxwhappy

239 downloads
Not rated
GitHub

Description

# MCP Java SDK [![Build Status](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml/badge.svg)](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml) A set of projects that provide Java SDK integration for…

About

# MCP Java SDK [![Build Status](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml/badge.svg)](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml) A set of projects that provide Java SDK integration for the [Model Context…

Details

Author
lxwhappy
Downloads
239
Categories
Developer Tools

- Java SDK for the Model Context Protocol
- Supports synchronous and asynchronous communication
- Extends with Spring AI MCP starters
- Buildable with Maven wrapper (mvnw)
- Testable with Docker and npx

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jetbrain
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Build from source using ./mvnw clean install -DskipTests. To run tests, pre‑install Docker and npx, then run ./mvnw test. For comprehensive guides, visit the MCP Java SDK Reference Documentation.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jetbrain": {
            "jetbrains": {
                "autoApprove": [
                    "list_files_in_folder"
                ],
                "disabled": true,
                "timeout": 60,
                "command": "npx",
                "args": [
                    "-y",
                    "@jetbrains/mcp-proxy"
                ],
                "transportType": "stdio"
            }
        }
    }
}

McpServers

{
    "jetbrains": {
        "autoApprove": [
            "list_files_in_folder"
        ],
        "disabled": true,
        "timeout": 60,
        "command": "npx",
        "args": [
            "-y",
            "@jetbrains/mcp-proxy"
        ],
        "transportType": "stdio"
    }
}

MCP Java SDK

Build Status

A set of projects that provide Java SDK integration for the Model Context Protocol.
This SDK enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.

📚 Reference Documentation

MCP Java SDK documentation

For comprehensive guides and SDK API documentation, visit the MCP Java SDK Reference Documentation.

Spring AI MCP documentation

Spring AI MCP extends the MCP Java SDK with Spring Boot integration, providing both client and server starters. Bootstrap your AI applications with MCP support using Spring Initializer.

Development

Building from Source

./mvnw clean install -DskipTests

Running Tests

To run the tests you have to pre-install Docker and npx.

./mvnw test

Contributing

Contributions are welcome!
Please follow the Contributing Guidelines.

Team

- Christian Tzolov
- Dariusz Jędrzejczyk

Links

- GitHub Repository
- Issue Tracker
- CI/CD

License

This project is licensed under the MIT License.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.