reporelay
活跃·★ 17·MIT·更新于 2026-04-24
★ 时下流行★ 开发者工具
RepoRelay 是一个自托管的 MCP 原生代码上下文引擎。
RepoRelay 是一个自托管的 MCP 原生代码上下文引擎,支持从任意来源添加仓库,索引所需的分支和标签,并在多种客户端中作为 MCP 工具即时使用。它使用 tree-sitter 解析,混合搜索(BM25 + pgvector),完全运行在你的基础设施上。
#代理式 AI#agentic-coding#MCP 客户端#MCP 服务器#MCP 服务器
01
功能特性
01无限仓库
02混合搜索
03深度代码理解
04版本化快照
05自托管
02
兼容性
MCP
MCP原生
已通过文档验证
Claude Desktop
Claude Desktop
已通过文档验证
Cursor
Cursor
已通过文档验证
Windsurf
Windsurf
已通过文档验证
03
快速开始
1
$ git clone https://github.com/chwoerz/reporelay.git
2
$ cd reporelay
3
$ cp .env.example .env
4
$ docker compose up -d
04
使用场景
↳在 Claude Desktop 等 MCP 客户端中查询代码
↳团队内部代码库的智能搜索
↳跨仓库的符号和导入分析
05
同类工具
相关搜索
评论
登录后发表评论
- SSkyler Chen2026年5月22日
Good for teams who want AI code context capabilities without cloud dependencies.
- SSpencer Davis2026年3月13日
Works with standard git repositories as the code source.
- SSpencer Jackson2026年3月13日
Self-hosting means you control what code is indexed and how it's stored.
- DDrew Lewis2026年2月27日
Self-hosted code context engine for MCP — keeps your code private and local.