context-engine
Verified Safeby Kirachon
Overview
Provides a local-first, agent-agnostic Model Context Protocol (MCP) server for semantic code search and prompt enhancement using the Auggie SDK.
Installation
node dist/index.js --workspace /path/to/your/project --index --watchEnvironment Variables
- AUGMENT_API_TOKEN
- AUGMENT_API_URL
- CONTEXT_ENGINE_OFFLINE_ONLY
Security Notes
The project implements robust path validation to prevent traversal attacks, checks for binary content, and supports an 'offline-only' mode to prevent data leakage to remote APIs if explicitly enforced. Authentication is handled via Auggie CLI or environment variables, avoiding hardcoded secrets. Reliance on the Auggie SDK for core context operations implies trust in its security. The setup script uses 'shell: true' for `spawn` but for fixed, non-user-controlled commands.
Similar Servers
chunkhound
ChunkHound transforms codebases into searchable knowledge bases for AI assistants, enabling deep semantic and regex-based code research.
sourcegraph-mcp
Provides AI-enhanced code search and content fetching capabilities from Sourcegraph instances to LLM agents.
codeweaver
CodeWeaver provides a semantic code search and context platform for AI agents, designed to deliver precise codebase understanding for natural language requests.
ultrascript-tools-mcp
An AI-powered assistant for analyzing, navigating, and refactoring codebases using a code graph and semantic search.