semble: Semble is a high-performance code search library designed for AI agents, providing instant access to precise code snippets. It offers significantly faster indexing and querying compared to transformer models, achieving 99% of their retrieval quality while running entirely on CPU without external dependencies.; rust-docs-mcp: This MCP server provides agents with tools to explore internal crate structure, access full documentation, trace dependencies, and operate offline. It solves the problem of agents building with unfamiliar crates by offering deep crate intelligence.
Enhancing AI agents (e.g., Claude Code, Cursor, Codex) with fast and accurate code search capabilities
AI agents need to understand and correctly use newly released Rust crates