VSCode Helper icon

VSCode Helper

Enables AI and Copilot agents to search for files and open them directly within VS Code from natural language prompts.

概要

VSCode Helper is a versatile toolkit designed to bridge the gap between AI/Copilot clients and your codebase. It offers a powerful Go CLI for local file system operations, including recursive file and content searches with line numbers, and the ability to open files or directories in VS Code. Beyond the CLI, it provides both Python and Go-based MCP (Model Communication Protocol) servers, exposing these capabilities as callable tools to AI clients like GitHub Copilot Chat, significantly enhancing developer productivity by allowing AI to interact directly with the development environment.

主な機能

  • Go CLI for recursive file search by name pattern or content
  • Go CLI for opening files or directories in VS Code
  • Exposes `search_files` and `open_file` tools to AI clients
  • MCP servers (Python and Go implementations) for AI/Copilot integration
  • 0 GitHub stars
  • Supports stdio and streamable HTTP transports for MCP server communication

ユースケース

  • Enabling an AI assistant to automatically open relevant files or directories in VS Code identified during a conversation.
  • Integrating file system navigation and interaction directly into AI-driven development workflows and chat interfaces.
  • Allowing AI to find specific code snippets or files based on natural language queries within a large codebase.
Advertisement

Advertisement