Developer Tools
Trust: 39/100 (Limited)Sensegrep Guide
Semantic + structural code search MCP server for AI-native development.
by Stahldavid
Quick Start
Install
npx @sensegrep/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-stahldavid-sensegrep": {
"command": "npx",
"args": [
"@sensegrep/mcp"
]
}
}
}