Best for
- AI-assisted programming tools requiring semantic code retrieval.
- Developers looking to reduce manual code searching.
- Agent applications that need cross-file dependency understanding.
Overall positive. Hybrid search and context expansion effectively improve retrieval quality, but reliance on external APIs may be a concern for privacy-sensitive environments. Setup is simple, suitable for AI-assisted development.
ContextWeaver is an MCP-based semantic code retrieval engine that uses hybrid search (vector + lexical), AST-based semantic chunking, three-stage context expansion, and token-aware packing to provide precise, relevant code context for LLMs. Supports TypeScript, JavaScript, Python, Go, Java, Rust.
{
"mcpServers": {
"contextweaver": {
"command": "contextweaver",
"args": [
"mcp"
]
}
}
}