Back to Developer Tools

Github Semantic Search for Remote Repositories

Let the agent do a quick search of a remote repository for similar code. I built this mcp since the Github MCP servers didn't offer the ability to search for code snippets. I found this pretty useful when trying to implement 3rd party libraries in my projects.

Last updated: 1/27/2026

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "semantic-search-for-remote-repositories": {
      // See GitHub repository for configuration
    }
  }
}