code-memory and srclight

code-memory
51
Established
srclight
51
Established
Maintenance 10/25
Adoption 13/25
Maturity 18/25
Community 10/25
Maintenance 13/25
Adoption 5/25
Maturity 18/25
Community 15/25
Stars: 24
Forks: 3
Downloads: 782
Commits (30d): 0
Language: Python
License: MIT
Stars: 12
Forks: 5
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No risk flags

About code-memory

kapillamba4/code-memory

MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history — all offline.

Implements a three-tier retrieval strategy (BM25 + dense vectors via SQLite-vec + AST parsing) across specialized tools that route queries by type—code definitions, architectural documentation, and Git history—powered by local sentence-transformers embeddings. Integrates as an MCP server with Claude Desktop, VS Code (Copilot/Continue), Gemini CLI, and Claude Code, supporting 8 languages with full AST extraction and 9+ with fallback whole-file indexing.

About srclight

srclight/srclight

Deep code indexing MCP server for AI agents. 25 tools: hybrid FTS5 + embedding search, call graphs, git blame/hotspots, build system analysis. Multi-repo workspaces, GPU-accelerated semantic search, 10 languages via tree-sitter. Fully local, zero cloud dependencies.

Implements a filesystem-watched SQLite + tree-sitter indexing layer that increments on git changes via post-commit hooks, with optional Ollama embeddings cached as `.npy` matrices for GPU-accelerated cosine similarity in ~3ms. Operates as a stdio or SSE MCP transport server compatible with Claude Code and Cursor, supporting multi-repo workspaces through SQLite ATTACH and RRF-ranked hybrid search across keyword (FTS5/trigram) and semantic results.

Scores updated daily from GitHub, PyPI, and npm data. How scores work