@sensegrep/mcp
v0.1.22
Published
MCP server exposing sensegrep capabilities to AI coding assistants.
Downloads
904
Maintainers
Readme
@sensegrep/mcp
MCP server exposing sensegrep capabilities to AI coding assistants.
Install
npm install -g @sensegrep/mcpMCP Configuration
{
"mcpServers": {
"sensegrep": {
"command": "npx",
"args": ["-y", "@sensegrep/mcp"]
}
}
}Or with global install first:
npm install -g @sensegrep/mcp{
"mcpServers": {
"sensegrep": {
"command": "sensegrep-mcp"
}
}
}Tools
Canonical tool names:
sensegrep_searchsensegrep_indexsensegrep_detect_duplicates
Legacy aliases are still accepted for compatibility:
sensegrep.searchsensegrep.indexsensegrep.detect_duplicates
Environment Variables
Common MCP/runtime variables:
SENSEGREP_ROOT- root directory to index/searchSENSEGREP_WATCH- watcher toggle (0,false,off,nodisables)SENSEGREP_PROVIDER-local,gemini, oropenaiSENSEGREP_EMBED_MODEL,SENSEGREP_EMBED_DIM,SENSEGREP_EMBED_DEVICEGEMINI_API_KEY/GOOGLE_API_KEYSENSEGREP_OPENAI_API_KEY/FIREWORKS_API_KEY/OPENAI_API_KEY
For the complete and official list, see docs/mcp-setup.md in the repository.
Documentation
- MCP setup: https://github.com/Stahldavid/sensegrep/blob/main/docs/mcp-setup.md
- Repository: https://github.com/Stahldavid/sensegrep
