MCP Server
MCP
Sensegrep
Semantic + structural code search MCP server for AI-native development.
Install
npx -y @sensegrep/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@sensegrep/mcp",
"version": "1.5.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Root directory to index and search. Defaults to current working directory.",
"format": "string",
"name": "SENSEGREP_ROOT"
},
{
"description": "Embeddings provider: gemini, openai, or bedrock.",
"format": "string",
"name": "SENSEGREP_PROVIDER"
},
{
"description": "Required only when SENSEGREP_PROVIDER=gemini.",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment