🎯

mcp-configuration

🎯Skill

from bitsoex/bitso-java

VibeIndex|
What it does

Configures and manages MCP (Model Context Protocol) server settings across multiple IDEs for seamless integration and development workflow.

mcp-configuration

Installation

Install skill:
npx skills add https://github.com/bitsoex/bitso-java --skill mcp-configuration
34
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

MCP (Model Context Protocol) server configurations for various IDEs including setup, troubleshooting, and discovery management

Overview

# 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

  • [Overview](#overview) (L23-L26)
  • [IDE Configuration Paths](#ide-configuration-paths) (L47-L56)
  • [Quick Reference](#quick-reference) (L57-L71)
  • [References](#references) (L72-L79)
  • [GitHub MCP Server](#github-mcp-server) (L80-L101)
  • [Related](#related) (L102-L105)

Available Resources

πŸ“š references/ - Detailed documentation

  • [github mcp setup](references/github-mcp-setup.md)
  • [ide configurations](references/ide-configurations.md)
  • [troubleshooting](references/troubleshooting.md)

---

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

```bash

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

More from this repository10

🎯
rest-api🎯Skill

Standardizes REST API development in Java Spring by providing authentication, OpenAPI documentation, and RFC-37 service guidelines.

🎯
database-integration🎯Skill

Streamlines PostgreSQL database integration in Java projects by configuring jOOQ code generation, Flyway migrations, and version compatibility.

🎯
doc-sync🎯Skill

doc-sync skill from bitsoex/bitso-java

🎯
git-hooks🎯Skill

Manages and standardizes Git hooks across repositories, ensuring consistent code quality checks and team-wide hook compliance automatically.

🎯
sonarqube-integration🎯Skill

Integrates SonarQube with MCP to enable natural language querying of Java code quality issues, analysis, and quality gate checks.

🎯
gradle-standards🎯Skill

Centralizes and standardizes Gradle build configurations for Java projects, managing dependencies, version catalogs, and multi-module setups efficiently.

🎯
structured-logging🎯Skill

Implements RFC-34 structured logging standards for Java services, enabling JSON-formatted logs with required fields and contextual metadata.

🎯
java-coverage🎯Skill

Configures and generates JaCoCo code coverage reports for Java/Gradle projects, enabling comprehensive testing analysis and quality metrics.

🎯
gradle-9🎯Skill

Upgrades Gradle projects from version 8.x to 9.x, ensuring plugin compatibility and supporting Java 25 migration.

🎯
spring-boot-3-5🎯Skill

Upgrades Java Spring Boot projects to version 3.5.9, ensuring comprehensive dependency updates and compatibility with latest Spring ecosystem standards.