pgr

entireio/pgr
★ 0 stars Python 💻 Code/Dev Tools Updated today
Stateless MCP code search server for coding agents, plus public benchmarks and datasets.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pgr": {
      "command": "uvx",
      "args": [
        "pgr"
      ]
    }
  }
}

Or install with pip: pip install pgr

README Excerpt

`pgr` is a stateless MCP code-search server for coding agents. It is built around a simple idea: faster search alone is not enough. What matters just as much is whether the search result helps the model choose a better next action. `pgr` wraps local code search with ranking and output shaping designed for agent workflows: surfacing likely implementation files earlier, de-prioritizing tests and low-value matches, and formatting results so a model can decide what to read next with less thrashing.

Tools (8)

counts_emptyempty_onlyffffind_filespgr_v4read_codesearch_codesummary_only