Agent Plugins Marketplace
All plugins

fuzzy-search

v1.3.2+codex.860c9210c552

MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with fuzzy filtering, or extracting/inspecting PDF pages and outlines.

CodexClaude Code1 MCP serverstdio

By Alberto LealLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add fuzzy-search@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dashed/claude-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fuzzy-search/.

Plugin files

plugins/fuzzy-search/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

fuzzy-searchstdio
command
uv
args
run --no-config --script scripts/mcp_fuzzy_search.py
cwd
.

Plugin manifests2

plugins/fuzzy-search/.codex-plugin/plugin.json
{
  "name": "fuzzy-search",
  "version": "1.3.2+codex.860c9210c552",
  "description": "MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with fuzzy filtering, or extracting/inspecting PDF pages and outlines.",
  "author": {
    "name": "Alberto Leal"
  },
  "license": "MIT",
  "keywords": [
    "mcp",
    "fuzzy-search",
    "ripgrep",
    "fzf",
    "ripgrep-all",
    "pdf",
    "search",
    "content-search"
  ],
  "interface": {
    "displayName": "Fuzzy Search",
    "shortDescription": "MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with...",
    "longDescription": "MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with fuzzy filtering, or extracting/inspecting PDF pages and outlines.",
    "developerName": "Alberto Leal",
    "category": "Productivity",
    "capabilities": [
      "MCP"
    ],
    "defaultPrompt": [
      "Use the fuzzy-search MCP tools for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/fuzzy-search",
  "mcpServers": "./.codex-plugin/mcp.json"
}
plugins/fuzzy-search/.claude-plugin/plugin.json
{
  "name": "fuzzy-search",
  "version": "1.3.2",
  "description": "MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with fuzzy filtering, or extracting/inspecting PDF pages and outlines.",
  "author": {
    "name": "Alberto Leal"
  },
  "license": "MIT",
  "keywords": [
    "mcp",
    "fuzzy-search",
    "ripgrep",
    "fzf",
    "ripgrep-all",
    "pdf",
    "search",
    "content-search"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fuzzy-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fuzzy-search)