continue
continue copied to clipboard
Failed to connect to MCP server Jetbrains MCP Proxycommand "npx" not found
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.8
- IDE version: Intellij IDEA 2024.3.5 (Ultimate Edition)
- Model: MCP
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: gemini-2.5-pro-exp-03-25
provider: gemini
model: gemini-2.5-pro-exp-03-25
apiKey: AIzaSyDw-F4bF2sy5XPa1pLugxloyjQS8UTZ-lg
- name: gemini-2.0-flash-thinking-exp-01-21
provider: gemini
model: gemini-2.0-flash-thinking-exp-01-21
apiKey: AIzaSyDw-F4bF2sy5XPa1pLugxloyjQS8UTZ-lg
- name: gemini-2.0-flash-exp
provider: gemini
model: gemini-2.0-flash-exp
apiKey: AIzaSyDw-F4bF2sy5XPa1pLugxloyjQS8UTZ-lg
- name: deepseek-chat
provider: deepseek
model: deepseek-chat
apiKey: sk-39841499ee454b879e46c5f003eaa3a3
- name: deepseek-reasoner
provider: deepseek
model: deepseek-reasoner
apiKey: sk-39841499ee454b879e46c5f003eaa3a3
- name: claude-3-7-sonnet-latest
provider: anthropic
model: claude-3-7-sonnet-latest
apiKey: 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
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
docs:
- name: Jakarta EE 10 Spec
startUrl: https://jakarta.ee/specifications/platform/10/jakarta-platform-spec-10.0
mcpServers:
- name: JetBrains MCP Proxy
command: npx
args: ["-y", "@jetbrains/mcp-proxy"]
- name: Memory
command: docker
args: ["run", "-i", "-v", "claude-memory:/app/dist", "--rm", "mcp/memory"]
- name: Fetch
command: docker
args: ["run", "-i", "--rm", "mcp/fetch"]
- name: Gitlab
command: docker
args: ["run", "-e", "GITLAB_PERSONAL_ACCESS_TOKEN", "-e", "GITLAB_API_URL", "mcp/gitlab"]
env:
GITLAB_PERSONAL_ACCESS_TOKEN: ${{ inputs.GITLAB_PERSONAL_ACCESS_TOKEN }}
GITLAB_API_URL: ${{ inputs.GITLAB_API_URL }}
OR link to assistant in Continue hub:
Description
I am getting Failed to connect to MCP server Jetbrains MCP Proxycommand "npx" not found, even though I have npx cli installed and working on terminal.
PS: MCP config with docker command works correctly:
To reproduce
No response
Log output