Back to Home
Aman-CERP icon

amanmcp

Verified Safe

by Aman-CERP

Overview

High-performance local text embedding for codebases using MLX on Apple Silicon, serving as a component within the AmanMCP local RAG system.

Installation

Run Command
python server.py

Environment Variables

  • PORT
  • HOST
  • MODEL_NAME
  • AMANMCP_MLX_MODELS_DIR
  • LOG_LEVEL
  • AMANMCP_LOG_DIR

Security Notes

The server's core functionality is local processing of code for embeddings. Models are downloaded from HuggingFace (a generally trusted source for ML models) and stored locally. The server binds to 0.0.0.0 by default, making it accessible from the local network, but it's intended for local use. Logging is well-structured, with health checks excluded from file logs to reduce noise. No explicit 'eval' or directly malicious patterns are observed in the provided code snippets. Overall, it adheres to a privacy-first, local-only philosophy.

Similar Servers

Stats

Interest Score81
Security Score9
Cost ClassMedium
Avg Tokens375
Stars2
Forks0
Last Update2026-01-17

Tags

MLXApple SiliconText EmbeddingHigh-PerformanceLocal RAGCode SearchAI/MLMCP ServerPrivacy-First