Awesome MCPSoftware Development

JetBrains/mcp-jetbrains

⭐ 965 JavaScript repository created 2024-12-09

JetBrains MCP Proxy Server is a Model Context Protocol (MCP) server designed to facilitate communication and integration between JetBrains Integrated Development Environments (IDEs) and external clients. This server acts as a proxy that forwards requests from clients to the JetBrains IDE, thereby enhancing interoperability and enabling AI-assisted development workflows. The project supports installation via a dedicated MCP Server plugin for JetBrains IDEs and can be integrated with Visual Studio Code through a simple configuration that uses the MCP proxy package. It also supports usage with Claude Desktop by configuring the appropriate JSON settings to connect the MCP server proxy to the JetBrains IDE. The server allows for flexible configuration, including specifying the IDE's built-in webserver port and host address, which is useful when running multiple IDEs or connecting from external clients. Logging can be enabled for debugging purposes. The project documentation provides troubleshooting guidance for common issues such as Node.js version compatibility, detection problems on macOS when Node.js is installed via nvm, and connectivity challenges when using external clients or Docker containers. Solutions include upgrading Node.js to version 18 or later, creating symbolic links for npx on macOS, and configuring the IDE to accept external connections with proper network settings. The project is built using Node.js and pnpm, with instructions provided for building on macOS. It is an official JetBrains project aimed at improving the developer experience by bridging JetBrains IDEs with other tools and AI systems through the MCP standard. This enables enhanced workflows, such as AI-assisted coding and tool integration, by providing a standardized communication protocol between the IDE and external clients.

https://github.com/JetBrains/mcp-jetbrains

ai-assisted-developmentandroid-studiobuild-instructionsclaude-desktopconfigurationdebuggingdevelopment-workflowsdockerexternal-clientsideide-interoperabilityintegrationintellijinteroperabilityjetbrainsjetbrains-idelibrechatmcpmcp-proxy-servermcp-servermcp-server-pluginmodel-context-protocolnode.jsnode.js-compatibilitypluginpnpmproxy-serverpycharmtroubleshootingvs-code-integrationwebstorm

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...