MCP.so
登录
J

Jetbrain

@lxwhappy

关于 Jetbrain

暂无概览

基本信息

分类

开发工具

传输方式

stdio

发布者

lxwhappy

提交者

鑫 李

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Jetbrain?

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

How to use Jetbrain?

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.

Key features of Jetbrain

  • 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

Use cases of Jetbrain

  • Build Java applications that integrate with AI models
  • Implement MCP clients or servers in Java
  • Bootstrap AI applications with Spring Boot using Spring Initializer
  • Standardize interactions between Java tools and AI systems

FAQ from Jetbrain

What is the Jetbrain server?

Jetbrain provides a Java Software Development Kit (SDK) for the Model Context Protocol, not a standalone server. It allows Java applications to act as MCP clients or servers.

What are the dependencies for using Jetbrain?

Java and Maven are required for building. Docker and npx are needed to run the test suite.

Does Jetbrain have Spring integration?

Yes, the Spring AI MCP project extends the Jetbrain SDK with Spring Boot starter modules for both client and server.

Where can I find documentation?

The MCP Java SDK Reference Documentation is available at modelcontextprotocol.io/sdk/java/mcp-overview. Spring AI MCP documentation is at docs.spring.io/spring-ai/reference/api/mcp/.

What license does Jetbrain use?

Jetbrain is licensed under the MIT License.

评论

开发工具 分类下的更多 MCP 服务器