Sonarqube for IDE MCP configuration

  • VS Code version: 1.104

  • SonarQube IDE plugin version: 4.39.0

  • Project: Binding (already completed)

Current Configuration

  • Using the “Connect to MCP” feature from the SonarQube plugin.

  • MCP server is configured to run sonarqube/mcp via Docker.

Question

  • Can this configuration be changed to enable multi‑client keeps mode instead of the current single MCP server setup? (on the Connect to MCP click)

Hello @anusha_pakalakunja,

Thanks for reaching out! Yes, by default this button creates a configuration using our Docker image and stdio as a transport, so the MCP server runs locally on your machine and can only be used by you.

Could you clarify your need?

  1. I suppose you are using GitHub Copilot?
  2. Are you using our MCP server in HTTP or HTTPS mode?
  3. If yes, are you using it locally or do you host it somewhere?
  4. If I understand, what you suggest is to change the button (or maybe allow a different choice) to generate a config to use HTTP mode?