Jetbrain
@lxwhappy
About Jetbrain
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jetbrains": {
"autoApprove": [
"list_files_in_folder"
],
"disabled": true,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"transportType": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments