Back to Home
LibraxisAI icon

mcp_memex

Verified Safe

by LibraxisAI

Overview

A lightweight local RAG server for indexing documents and raw text, performing semantic search, and managing vector memory via JSON-RPC.

Installation

Run Command
cargo run --release -- --log-level info

Environment Variables

  • DISABLE_MLX
  • DRAGON_BASE_URL
  • MLX_JIT_MODE
  • MLX_JIT_PORT
  • EMBEDDER_PORT
  • RERANKER_PORT
  • EMBEDDER_MODEL
  • RERANKER_MODEL
  • FASTEMBED_CACHE_PATH
  • HF_HUB_CACHE
  • LANCEDB_PATH
  • PROTOC

Security Notes

The server handles user inputs for file paths and text for indexing/search, but sanitizes inputs for LanceDB queries to prevent injection. Communication is primarily via stdin/stdout JSON-RPC, which is local. Outbound HTTP calls to the optional MLX bridge default to localhost, limiting network exposure. No 'eval' or similar dynamic code execution found. Potential risk from `rag_index` if malicious paths are provided by the MCP host, but this is an inherent feature, not a vulnerability in the server's logic.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5200
Stars0
Forks0
Last Update2025-12-05

Tags

RAGVector DatabaseEmbeddingsRustMCP Server