Search Tools MCP Server

The **Search Tools MCP Server** is a powerful toolkit that combines traditional code search with intelligent analysis algorithms. It leverages the

Local serverstdioPython

What is the Search Tools MCP MCP server?

Connect Search Tools MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. The Search Tools MCP Server is a powerful toolkit that combines traditional code search with intelligent analysis algorithms. It leverages the CodeRank algorithm (inspired by PageRank) to identify the most critical modules in your. The search tools mcp mcp server is what makes that connection.

Installation

@modelcontextprotocol/inspector on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • repo — Repository path
  • symbol_name_or_substring — Symbol to search for
  • working_directory — Command execution directory
  • symbol_type — Optional type filter
  • Prerequisites — The Prerequisites tool exposed by this server
  • Setup — The Setup tool exposed by this server

Credentials and setup notes

  • Python 3.13+ - uv package manager - kit CLI tool (for symbol analysis) - ripgrep (for fast text search)

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Search Tools MCP's toolset — repo, symbol_name_or_substring, working_directory and 3 more — is a fair guide to whether it matches your workflow. It is maintained by voxmenthe; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
repoRepository path
symbol_name_or_substringSymbol to search for
working_directoryCommand execution directory
symbol_typeOptional type filter
PrerequisitesThe Prerequisites tool exposed by this server.
SetupThe Setup tool exposed by this server.

How to install the Search Tools MCP MCP server

**For macOS users with Homebrew:**
```json
{
  "mcpServers": {
    "search-tools": {
      "command": "/Users/yourusername/.local/bin/uv",
      "args": [
        "run",
        "--directory",
        "/path/to/your/search-tools/directory",
        "main.py"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.13+ - uv package manager - kit CLI tool (for symbol analysis) - ripgrep (for fast text search)

Example prompts to try

  • Use Search Tools MCP to repo.
  • Use Search Tools MCP to symbol name or substring.
  • Use Search Tools MCP to working directory.

Frequently asked questions

It connects Search Tools MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (repo, symbol_name_or_substring, working_directory, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Search Tools MCP directly.