Community Plugin Hub

Rag Plugins

Browse Rag plugins from the Agent Zero community Plugin Hub.

Publish a plugin

Showing 6 of 185 plugins

NeuralMind — Persistent Codebase Memory plugin thumbnail

NeuralMind — Persistent Codebase Memory

dfrostar

30

Persistent memory for AI coding agents over MCP. NeuralMind indexes a codebase into a weighted code graph, learns which files belong together from real usage, and returns compressed, ranked context — 12-50× per-query token reduction. Local-first: no telemetry, no repository content transmitted (one outbound call: a one-time public embedding-model download, pre-seedable for air-gapped installs). Point Agent Zero's MCP config at `neuralmind-mcp` to share one learned memory across sessions.

Reranker plugin thumbnail

Reranker

King0James0

1

Reranks the documents Agent Zero recalls from memory with a cross-encoder reranker, so the most relevant memories enter the prompt first. Auto-detects the API your server speaks — standard rerank (Cohere, Jina, Infinity, TEI, vLLM /v1/rerank) or a vLLM-served Qwen3-Reranker via client-templated /score — using a correctness probe, not just reachability. Fail-safe (recall keeps its original order on any error), with a shadow mode to A/B before committing and a Test-connection button.