RepoWeaver
RepoWeaver
Code-Kontext-Geflecht für KI-Codierungsagenten — deterministische Call-Graph-Indizierung, hybrides Retrieval und eine MCP-Schnittstelle mit einem einzigen Werkzeug.
RepoWeaver baut eine lokale, kostenlose Code-Intelligenzschicht auf, die es KI-Codierungsagenten (Codex, Claude Code, CodeWiz usw.) ermöglicht, strukturelle Fragen zu beantworten, ohne ganze Dateien lesen zu müssen.
"Who calls this method, and what would break if I change its signature?"
→ explore(query, task="impact", repo=".", max_tokens=4000)
→ [verbatim source slices + call paths + blast radius + known blind spots]Warum
KI-Agenten, die sich auf grep oder das Lesen ganzer Dateien verlassen, verschwenden Tokens und übersehen dateiübergreifende Aufrufketten. Bestehende Tools erfordern entweder Cloud-APIs, betten LLMs in die Indexschicht ein oder unterliegen restriktiven Lizenzen. RepoWeaver übernimmt nur die verifizierten Konsensmuster aus der Landschaft und setzt sie lokal zusammen.
Design
Sechs Primitive, alle in mehreren Open-Source-Tools unabhängig validiert:
# | Primitive | Validiert durch |
1 | tree-sitter deterministisches Parsen, lokal $0 | CodeGraph · GitNexus · Graft · Aider |
2 | Aufruf-/Vererbungs-/Import-Kanten + Blast-Radius | CodeGraph · GitNexus · Graft · CodeQL |
3 | BM25/FTS + PageRank-Graphdiffusion | Graft · CodeGraph · Aider |
4 | Content-Hash-basierte inkrementelle Aktualität | Graft · Codebase-Memory · CodeGraph |
5 | MCP einzelnes starkes Werkzeug | CodeGraph (empirisch validiert) |
6 | AGENTS.md-Protokollinjektion + Edit-Hook | GitNexus · CodeGraph · Graft · Potpie |
Nicht enthalten: LLM in der Indexschicht (von jedem ernsthaften Tool abgelehnt), Code, der an externe APIs gesendet wird, meinungsstarke semantische Zusammenfassungen.
Roadmap
Meilenstein | Tag | Status |
M1 — Fabric-MVP (Java-Parser + Kanten + FTS5 + PageRank + MCP) | v0.1.0 | 🔜 |
M2 — Aktualität & Konfidenz (Auto-Sync + Disambiguierung + Konfidenzkanten) | v0.2.0 | geplant |
M3 — Typpräzisions-Overlay (SCIP/jdtls) | v0.3.0 | geplant |
M4 — Laufzeit-Overlay (OTel/Jaeger-Trace → Kantengewichte) | v0.4.0 | geplant |
Jeder Meilenstein wird mit einem fabric verify --level mN-Gate ausgeliefert, das in CI läuft.
Verifikationsansatz
Benchmarks verwenden ausschließlich öffentliche Repos — kein proprietärer Code gelangt in dieses Repository.
Benchmark-Repo | Zweck |
| Spring DI-lastig, testet injektionsbewusste Kanten |
| Vergleichbar mit CodeGraphs veröffentlichter 93.3% Java-Abdeckung |
| Aufrufketten-Tiefe |
| Rauschfilterung bei generiertem Code |
Installation (kommt in v0.1.0)
pip install repoweaver
fabric build # index current repo, $0, no LLM
fabric init # inject AGENTS.md protocol + edit hook
fabric verify --level m1MCP-Tool
explore(
query: str,
task: "understand" | "impact" | "locate" | "debug",
repo: str = ".",
max_tokens: int = 4000
) → {
slices: [{file, span, source}],
call_paths: [...],
blast_radius: [...],
blind_spots: "DI / reflection / MQ edges not represented"
}Danksagungen
Entwurfsmuster übernommen von (nicht geforkt von): CodeGraph · Graft · GitNexus · Serena · SCIP · Aider
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rajahn/RepoWeaver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server