New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@sensegrep/core

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sensegrep/core

Semantic + structural code search engine that helps AI agents read the right code, not more code — combining semantic search, exact matching, and AST-aware retrieval.

Source
npmnpm
Version
1.10.1
Version published
Weekly downloads
103
930%
Maintainers
1
Weekly downloads
 
Created
Source

@sensegrep/core

Semantic + structural code search engine used by the sensegrep CLI, MCP server, and VS Code extension.

Install

npm install @sensegrep/core

Usage

import { index, search } from "@sensegrep/core"

await index({ rootDir: process.cwd(), mode: "incremental" })
const results = await search({ query: "authentication and token validation" })
console.log(results)

Documentation

  • Repository: https://github.com/Stahldavid/sensegrep
  • Docs: https://github.com/Stahldavid/sensegrep/tree/main/docs
  • Issues: https://github.com/Stahldavid/sensegrep/issues

Keywords

semantic-search

FAQs

Package last updated on 10 Jul 2026

Related posts