원클릭으로
mcp-setup
Configure MCP (Model Context Protocol) servers for various IDEs. Includes setup, troubleshooting, and discovery management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure MCP (Model Context Protocol) servers for various IDEs. Includes setup, troubleshooting, and discovery management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
RFC-39 compliant API best practices for Java services. Covers request/response patterns, error handling, pagination, versioning, and authentication standards. Use when designing or reviewing REST APIs in Java services.
RFC-29 compliant changelog management with Common Changelog format and Unreleased section extension. Validates changelog on commits, generates from git history, and ensures all merged PRs are documented. Use when setting up changelog workflows or retrofitting existing repositories.
Systematic workflow for CodeRabbit reviews - local CLI, PR threads, and commit attribution
Enforces consistent coding standards across the codebase including naming conventions, code organization, and documentation requirements. Use when writing new code, reviewing pull requests, or refactoring existing code.
Database integration patterns for Java services using jOOQ and Flyway. Covers code generation, read/write splitting, migration guidelines, and version compatibility. Use when setting up or maintaining PostgreSQL integration.
Version catalog strategy, dependency management, BOMs, and version constraints for Java/Gradle projects. Covers version centralization, never-downgrade policy, bundle patterns, resolution strategies, and compatibility matrices.
| name | mcp-setup |
| description | Configure MCP (Model Context Protocol) servers for various IDEs. Includes setup, troubleshooting, and discovery management. |
| compatibility | All repositories with MCP integrations |
| metadata | {"version":"1.0.0","category":"tooling","tags":["mcp","ide-configuration","github-mcp","vscode","cursor"],"triggers":["on-demand"]} |
Configuration and setup for MCP (Model Context Protocol) servers across different IDEs and tools.
MCP server configurations are distributed to IDEs in different ways depending on the tool.
📚 references/ - Detailed documentation
| IDE/Tool | Configuration File | Type |
|---|---|---|
| Cursor | .cursor/mcp.json | Repository-based |
| VS Code (GitHub Copilot) | .vscode/mcp.json | Repository-based |
| Claude Code | .mcp.json | Repository-based |
| IntelliJ IDEA (Copilot) | ~/.config/github-copilot/intellij/mcp.json | User-based |
| GitHub Copilot CLI | ~/.copilot/mcp-config.json | User-based |
These IDEs automatically detect MCP configurations from the repository:
These tools require configuration in the user's home directory:
| Reference | Content |
|---|---|
references/ide-configurations.md | Configuration paths for each IDE |
references/github-mcp-setup.md | GitHub MCP server setup with Docker |
references/troubleshooting.md | Common issues and solutions |
The GitHub MCP server provides access to:
./global/scripts/check-github-mcp-readiness.sh
java/commands/add-sonarqube-mcp-to-intellij-and-copilot-cli.md - IntelliJ & CLI setupglobal/scripts/check-github-mcp-readiness.sh - GitHub MCP readiness script