PluginBench
MCP Server
Maintained
MIT

Embgrep MCP Server

io.github.ArkNill/embgrep

What is the Embgrep MCP server?

Local semantic search — embedding-powered grep for files, zero external services.

How to install Embgrep

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "embgrep": {
      "command": "uvx",
      "args": [
        "embgrep"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "embgrep": {
      "command": "uvx",
      "args": [
        "embgrep"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "embgrep": {
      "command": "uvx",
      "args": [
        "embgrep"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "embgrep": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "embgrep"
      ]
    }
  }
}
Claude Code
claude mcp add embgrep -- uvx embgrep

Related MCP servers

Docpick

Maintained

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

1
Apache-2.0
View repository →

Browsegrab

Maintained

Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab.

0
MIT
View repository →

Diffgrab

Maintained

Web page change tracking with structured diffs. markgrab + snapgrab integration.

0
MIT
View repository →

FeedKit

Maintained

RSS/Atom feed collection with 417 curated feeds. Python MCP server.

0
MIT
View repository →

MarkGrab

Maintained

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

0
MIT
View repository →

Snapgrab

Maintained

URL to screenshot with metadata. Python MCP server. Claude Vision optimized.

0
MIT
View repository →