Claude Context Lite
Freeby 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
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
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"]
}
}
}