Back to Home
jardhel icon

seu-claude

Verified Safe

by jardhel

Overview

Provides a local Model Context Protocol (MCP) server for Claude Code, enabling proactive semantic indexing of entire codebases using AST-based chunking, cross-reference tracking, and efficient local vector search to enhance Claude's understanding and retrieval capabilities.

Installation

Run Command
npx seu-claude

Environment Variables

  • PROJECT_ROOT
  • DATA_DIR
  • EMBEDDING_MODEL
  • EMBEDDING_DIMENSIONS
  • LOG_LEVEL
  • HF_TOKEN
  • HUGGINGFACE_TOKEN

Security Notes

The server uses `execSync` for internal system operations (like Git commands and Node.js version checks), which is generally safe when inputs are controlled and not directly user-provided. Input validation (`validateFilePath`, `validateSearchQuery`) is implemented to prevent common path traversal and injection attacks on file paths and search queries. The embedding engine downloads models from HuggingFace, a standard external dependency for AI models. No hardcoded secrets were found. The primary risk is the inherent nature of running arbitrary `npx` commands or misconfiguring system paths, which is mitigated by input validation for tool arguments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1500
Stars0
Forks2
Last Update2026-01-19

Tags

Claude CodeSemantic SearchAST AnalysisCode IntelligenceLocal RAG