JetBrains / JetBrains/mcp-server-plugin
Breaking change?
- 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.