JetBrains / JetBrains/mcp-server-plugin

Breaking change?

Open
#42 21 comments 3 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
134
Forks
42
PR merge metrics
No merged PRs in 30d

Description

All of a sudden, neither Claude Code nor Github Copilot can list the tools from the JetBrains MCP server.

These are my configurations:

~/.config/github-copilot/intellij/mcp.json

```json
{
"servers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
```

~/.claude.json

```json
"mcpServers": {
"jetbrains": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"env": {}
}
},
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.