Idea MCP Tools

Tool-selection rules for when the IntelliJ IDEA MCP server (`mcp__idea__*` tools) is connected. Consult this whenever exploring code (finding a symbol, its usages, or callers), checking whether a file compiles or lints, doing a multi-site rename or refactor, or debugging a runtime issue — the IDE's index and debugger are cheaper and faster than Bash/grep/Read for these. Always check this before reaching for grep, cat, a full Gradle/Maven/npm build, or a print-statement debugging loop when `mcp__idea__*` tools are present in the session's tool list, even if the user's request doesn't mention the IDE.

austek Updated

File contents

austek/claude-skills/tree/main/dev-utilities/idea-mcp-tools commit d977e18ee1

Frequently asked questions

npx skillmds@latest add austek/idea-mcp-tools