Local semantic search — embedding-powered grep for files, zero external services.
claude mcp add embgrep -- uvx embgrep
claude_desktop_config.json
{
"mcpServers": {
"embgrep": {
"command": "uvx",
"args": [
"embgrep"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"embgrep": {
"command": "uvx",
"args": [
"embgrep"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"embgrep": {
"command": "uvx",
"args": [
"embgrep"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"embgrep": {
"type": "stdio",
"command": "uvx",
"args": [
"embgrep"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"embgrep": {
"command": "uvx",
"args": [
"embgrep"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ArkNill--embgrep/reviews or the review_server meta-tool.
POST /mcp