Exposes code repositories to AI clients, enabling direct read, write, and navigation of codebase files.

소개

Repo is an MCP (Model Context Protocol) server designed to connect your local code repositories directly to AI clients. It empowers AI agents to seamlessly interact with your codebase by providing robust capabilities for file and directory operations, including reading, writing, listing, and creating. The server also features advanced search functionality and file information retrieval, all while ensuring security through path traversal protection. This integration allows AI to assist with complex coding tasks, from understanding project structure and refactoring to generating new code and automating modifications.

주요 기능

  • Retrieve file and directory metadata
  • Directory operations (list, create)
  • 0 GitHub stars
  • Search for text within files with filtering
  • File operations (read, write, delete)
  • Path traversal protection for secure operations

사용 사례

  • Enable AI to analyze and understand project structure
  • Allow AI to refactor and modify code across multiple files
  • Facilitate AI in creating new files or components based on functionality requests