返回 Skill 列表
extension
分类: 开发与工程无需 API Key

mcp-configuration

MCP(模型上下文协议)服务器配置,包括针对各种IDE的设置、故障排除和发现管理

person作者: jakexiaohubgithub

MCP Configuration

Configuration and setup for MCP (Model Context Protocol) servers across different IDEs and tools.

Overview

MCP server configurations are distributed to IDEs in different ways depending on the tool.

Skill Contents

Sections

Available Resources

📚 references/ - Detailed documentation


IDE Configuration Paths

| 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 |

Quick Reference

Automatic (Repository-based)

These IDEs automatically detect MCP configurations from the repository:

  • Cursor
  • VS Code (with GitHub Copilot)
  • Claude Code

Manual (User-based)

These tools require configuration in the user's home directory:

  • IntelliJ IDEA (with GitHub Copilot)
  • GitHub Copilot CLI

References

| 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 |

GitHub MCP Server

The GitHub MCP server provides access to:

  • Dependabot alerts
  • Code security features
  • Secret protection
  • Security advisories
  • Labels management
  • Pull requests

Prerequisites

  1. Docker - Must be installed and running
  2. GITHUB_TOKEN - Environment variable with your GitHub PAT
  3. Cloudflare CA Certificate - Required for Bitso network TLS

Readiness Check

./global/scripts/check-github-mcp-readiness.sh

Related

  • java/commands/add-sonarqube-mcp-to-intellij-and-copilot-cli.md - IntelliJ & CLI setup
  • global/scripts/check-github-mcp-readiness.sh - GitHub MCP readiness script
<!-- AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY --> <!-- Source: bitsoex/ai-code-instructions → global/skills/mcp-configuration/SKILL.md --> <!-- To modify, edit the source file and run the distribution workflow -->