Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF). Query your codebase from code agents without hallucinations. Runs 100% locally, includes a lightweight embedding model, and optional multi-agent task orchestration. Deploy with a single JAR
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agent-fusion": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent Fusion MCP tool gives multiple AI coding assistants instant access to your files—code, documents, PDFs, and more—through intelligent indexing. Self-contained deployment: runs as a single JAR with no external APIs, Docker, or cloud dependencies—just Java and a TOML config It has two independent components (each can be used alone or together):
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
MCP Security Weekly
Get CVE alerts and security updates for Agent Fusion and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent Fusion MCP tool gives multiple AI coding assistants instant access to your files—code, documents, PDFs, and more—through intelligent indexing. Self-contained deployment: runs as a single JAR with no external APIs, Docker, or cloud dependencies—just Java and a TOML config It has two independent components (each can be used alone or together):
docs/other_model.md).
🎥 Watch the demo to see AI assistants collaborating in action.
Most AI coding agents rely on grep and text matching. Ask them "find authentication logic" and they grep for "authentication" — missing every file that actually implements auth but calls it "login", "credentials", "token validation", or "access control".
Semantic search understands concepts, not just keywords:
Even when the exact words aren't in the code.
Agent Fusion fetches up-to-date code examples and documentation right into your LLM's context:
1️⃣ Write your prompt naturally – Ask your AI assistant what you'd normally ask
2️⃣ Tell the LLM to use query_context – Just add "use query_context to find X" in your prompt
3️⃣ Get working code answers – Instant, accurate answers based on your actual codebase
No tab-switching. No hallucinated APIs that don't exist. No outdated code generation.
Installation Guide – Step-by-step setup (takes 5-10 minutes)
The Context Engine uses three search types combined:
Results are ranked by r