MCP server for JetBrains IDEs - gives coding agents the IDE's own indexing, navigation & refactoring (IntelliJ IDEA, PyCharm, WebStorm, GoLand, PhpStorm, RustRover, and more).
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"idesense": {
"command": "npx",
"args": [
"-y",
"vcth4nh/idesense"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add idesense npx -y vcth4nh/idesense
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"idesense": {
"command": "npx",
"args": [
"-y",
"vcth4nh/idesense"
]
}
}
}
📋 Copy
Topics
code-intelligence coding-agents jetbrains jetbrains-ide-plugin mcp model-context-protocol