TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An MCP that fetches code context from all your repos

5 pointsby msukkarieh6 days ago
Hey HN!<p>One of the biggest limitations of tools like Cursor is that they only have context over the project you have open.<p>We built this MCP to allow you to fetch code context from all of your repos. It uses Sourcebot under the hood, an open source code search tool that supports indexing thousands of repos from multiple platforms.<p>The MCP server leverages Sourcebot&#x27;s index to rapidly fetch relevant code snippets and inject it into your agents context. Some use cases this unlocks include:<p>- Finding all references of an API across your companies repos to allow the agent to provide accurate usage examples - Finding existing libraries in your companies codebase for performing a task, so that you don&#x27;t duplicate logic - Quickly finding where symbols implemented by separate repos are defined<p>If you have any questions or run into issues please let me know!

no comments

no comments