What problem does it solve?
This Skill helps you set up and maintain Model Context Protocol (MCP) servers in VS Code so your agent can access external tools, resources, and prompts reliably.
Core Features & Use Cases
- Server configuration guidance: Decide where to place MCP server configs in
.vscode/mcp.json (workspace) or profile-level mcp.json (user), and understand how settings.json can override via the mcp key.
- Server selection & discovery: Identify appropriate built-in, external-access, and documentation-focused servers, plus how to discover and install others from the MCP gallery/marketplace/registries.
- Operational safety practices: Apply credential-handling guidance, sandboxing considerations, and avoid deprecated/archived server configurations.
- Common workflows: Enable auto-start behavior, manage “tiers” (always-on vs credentials vs documentation), and handle subagent proposals for MCP changes.
Quick Start
Ask the AI to generate a recommended .vscode/mcp.json that enables the always-on filesystem and git servers and adds a credentials-based server (github or fetch) appropriate for your workflow.