Open files in the VS Code editor for immediate viewing and editing. Use this tool to display newly created or modified files directly in the editor, ensuring easy access and workflow integration.
Open a project folder in VS Code as soon as a new session starts with the AI Agent, ensuring the active working directory is visible and ready for use.
Analyzes files or directories to list top-level code symbols (name_path, kind), providing a high-level understanding for targeted reading, searching, or editing operations. Returns a JSON object with symbol details.
Connects Claude Code with multiple AI models (Gemini, Grok-3, ChatGPT, DeepSeek) simultaneously, allowing users to get diverse AI perspectives, conduct AI debates, and leverage each model's unique strengths.
A bridge that enables AI assistants to connect to VS Code's debugger, allowing them to interact with and control debugging sessions through websocket connections.
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.