Stats
Actions
Tags
From smgrep
Runs a local smgrep server for fast, semantic code search and pattern matching across files, enabling Claude to query codebases efficiently.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"smgrep": {
"command": "smgrep",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
smgrepCommand-line arguments passed to the server process
npx claudepluginhub can1357/smgrep --plugin smgrep