一键导入
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