What is Code MCP: Seamless Integration & Lightning-Fast Coding?
Code MCP is a monorepo solution that bridges AI agents (e.g., Goose, Claude) with VS Code via the Model Context Protocol (MCP). It comprises a server and a VS Code extension, enabling AI to manipulate files, open projects, and interact with your editor in real time—without you lifting a finger (except for approving risky changes, of course).
How to Use Code MCP: Seamless Integration & Lightning-Fast Coding?
Step 1: Install the Server
npx code-mcp-server install
Step 2: Get the VS Code Extension
Visit the MCP Extension page and click "Install." VS Code will handle the rest.
Configure Your AI Assistant
- For Goose Desktop: Set ID to "code-mcp" and point the Command to "npx code-mcp-server".
- For Claude Desktop: Add the
mcpServers
block to your config file (see original docs for syntax).