Server Config
{
"mcpServers": {
"jetbrains": {
"autoApprove": [
"list_files_in_folder"
],
"disabled": true,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"transportType": "stdio"
}
}
}