RepoWeaver
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RepoWeaverWho callsprocessOrderand what's the blast radius if I change it?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RepoWeaver
Code context fabric for AI coding agents — deterministic call-graph indexing, hybrid retrieval, and a single-tool MCP interface.
RepoWeaver builds a local, zero-cost code intelligence layer that lets AI coding agents (Codex, Claude Code, CodeWiz, etc.) answer structural questions without reading entire files.
"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]Why
AI agents that rely on grep or full-file reads waste tokens and miss cross-file call chains. Existing tools either require cloud APIs, embed LLMs in the index layer, or carry restrictive licenses. RepoWeaver takes only the verified-consensus patterns from the landscape and assembles them locally.
Design
Six primitives, all independently validated across multiple open-source tools:
# | Primitive | Validated by |
1 | tree-sitter deterministic parsing, local $0 | CodeGraph · GitNexus · Graft · Aider |
2 | Call / inherit / import edges + blast-radius | CodeGraph · GitNexus · Graft · CodeQL |
3 | BM25/FTS + PageRank graph diffusion | Graft · CodeGraph · Aider |
4 | Content-hash incremental freshness | Graft · Codebase-Memory · CodeGraph |
5 | MCP single strong tool | CodeGraph (empirically validated) |
6 | AGENTS.md protocol injection + edit hook | GitNexus · CodeGraph · Graft · Potpie |
Not included: LLM in the index layer (rejected by every serious tool), code sent to external APIs, opinionated semantic summaries.
Roadmap
Milestone | Tag | Status |
M1 — Fabric MVP (Java parser + edges + FTS5 + PageRank + MCP) | v0.1.0 | 🔜 |
M2 — Freshness & confidence (auto-sync + disambiguation + confidence edges) | v0.2.0 | planned |
M3 — Type precision overlay (SCIP/jdtls) | v0.3.0 | planned |
M4 — Runtime overlay (OTel/Jaeger trace → edge weights) | v0.4.0 | planned |
Each milestone ships a fabric verify --level mN gate that runs in CI.
Verification approach
Benchmarks use public repos only — no proprietary code enters this repository.
Benchmark repo | Purpose |
| Spring DI-heavy, tests injection-aware edges |
| Comparable to CodeGraph's published 93.3% Java coverage |
| Call-chain depth |
| Generated-code noise filtering |
Install (coming 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"
}Acknowledgements
Design patterns drawn from (not forked from): CodeGraph · Graft · GitNexus · Serena · SCIP · Aider
License
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