Skip to content

srclight/srclight

v0.8.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

code-indexing code-intelligence code-search developer-tools embeddings fts5
+7 more
mcp mcp-server ollama python semantic-search sqlite tree-sitter

Summary

AI summary

First public release adds deep code indexing with 25 tools across five tiers, support for seven languages and four search modes.

Full changelog

Srclight v0.8.0

Deep code indexing for AI agents. First public release.

Features

  • 25 MCP tools across 5 tiers: orientation, graph, git intelligence, build/config, semantic search
  • 7 languages: Python, C, C++, C#, JavaScript, TypeScript, Rust
  • 4 search modes: symbol names, source code (trigram), documentation (stemmed), semantic (embeddings)
  • Hybrid search: RRF fusion of keyword + semantic results
  • Multi-repo workspaces: search across all your repos via SQLite ATTACH+UNION
  • GPU-accelerated vector search: .npy sidecar loaded to VRAM (cupy) or CPU RAM (numpy)
  • Embedding providers: Ollama (qwen3-embedding, nomic-embed-text) and Voyage AI (voyage-code-3)
  • Git change intelligence: blame, hotspots, recent changes, uncommitted WIP
  • Build awareness: CMake, .csproj, npm targets and platform conditionals
  • Auto-reindex: git post-commit/post-checkout hooks keep indexes fresh
  • Auto .gitignore: srclight index and srclight hook install add .srclight/ to .gitignore
  • CLI: index, search, inspect, workspace management, hook install/uninstall

Install

pip install srclight

Quick Start

srclight index                          # Index current repo
srclight index --embed qwen3-embedding  # With embeddings (requires Ollama)
srclight serve                          # Start MCP server

See README for full documentation.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track srclight/srclight

Get notified when new releases ship.

Sign up free

About srclight/srclight

Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.

All releases →

Beta — feedback welcome: [email protected]