Back to Home
krokozyab icon

Agent-Fusion

by krokozyab

Overview

Facilitates AI coding assistants by providing intelligent local RAG for code and documents, and optionally coordinates multiple AI agents for complex tasks.

Installation

Run Command
java -jar AgentFusion.jar

Environment Variables

  • SERVER_HOST
  • SERVER_PORT
  • SERVER_TRANSPORT
  • WEB_HOST
  • WEB_PORT
  • WEB_CORS_ENABLED
  • ONNX_MODEL_PATH
  • GOOGLE_API_KEY
  • OPENAI_API_KEY
  • OPENAI_ORG
  • MISTRAL_API_KEY
  • LLAMA_API_KEY

Security Notes

The server's web dashboard (default 0.0.0.0:8081) and MCP server (default 127.0.0.1:3000, configurable) lack explicit authentication and authorization. This makes them vulnerable to unauthorized access and arbitrary tool execution by any network-reachable client. Deserialization of potentially malicious content from proposals or snapshots, and path traversal vulnerabilities via file system operations, are potential risks. The absence of built-in access control is a critical security flaw for multi-user or networked deployments beyond a strictly isolated local development environment.

Similar Servers

Stats

Interest Score56
Security Score3
Cost ClassMedium
Avg Tokens3500
Stars37
Forks2
Last Update2025-11-24

Tags

AIRAGCode AnalysisAgent OrchestrationLocal-firstSemantic SearchDeveloper Tools