Skip to content

Claude Context Lite

Free

by MCP Community

Performance-optimized MCP server for semantic code search - fork of claude-context with memory leak fixes, mtime-based change detection, and efficient delta syn

v0.1.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Claude Context Lite MCP Server

Performance-optimized MCP server for semantic code search - fork of claude-context with memory leak fixes, mtime-based change detection, and efficient delta syn

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y claude-context-lite
Add to claude_desktop_config.json
{
  "mcpServers": {
    "claude-context-lite": {
      "command": "npx",
      "args": ["-y", "claude-context-lite"]
    }
  }
}