Inquisitor MCP Server

Hypothesis-driven problem solving for AI agents Probe · Falsify · Escalate - never overcomplicate, never blind-retry. Its README documents 5 tools, including inquisitor_search, inquisitor_analyze, inquisitor_trace. It runs locally over stdio via the published package.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 5 · #15 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Inquisitor

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add 1111111111111111111114olvt2-inquisitor -- uvx inquisitor-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "1111111111111111111114olvt2-inquisitor": {
      "command": "uvx",
      "args": [
        "inquisitor-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-07 - young repo, little track record yet

license MIT - declared in the repository

pypi package inquisitor-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.1111111111111111111114oLvT2 is GitHub-verified and matches the repo owner

03 · What Inquisitor can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools, including inquisitor_search, inquisitor_analyze, inquisitor_trace, inquisitor_verify, inquisitor_scaffold.

The 5 tools it gives your agent

Extracted from the project's README - what inquisitor lets an agent do.

inquisitor_search
- Multi-backend web search (DuckDuckGo free/keyless, Brave, SearXNG) with content extraction (HTML + PDF)
inquisitor_analyze
- Project overview: languages, frameworks, tests, deps, git history
inquisitor_trace
- Symbol tracing: definition, callers, callees with file:line refs
inquisitor_verify
- Completeness check: every phase recorded? evidence cited? (semantic validation - contradictions, DEFINE satisfaction - stays with the agent)
inquisitor_scaffold
- Minimal project scaffolding with researched best practices

Latest releases

v0.2.3 · 2026-08-05

phase_tracker.py's docstring claimed sessions are project-scoped by git root, but _project_id() only hashed the resolved cwd/project_path directly, never walking up for .git. If the agent's working directory varied…

v0.2.2 · 2026-07-21

pyproject.toml's PyPI description still had the pre-hypothesis-driven · wording. Aligned it with the current plugin/skill identity and bumped · the package + server.json versions to publish it. · No functional code…

v0.2.1 · 2026-07-15

trim server.json description under the MCP Registry cap

04 · Who maintains Inquisitor

inquisitor is maintained by 1111111111111111111114olvt2. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
search - ranked #15 of 47 actively-maintained search servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-05)
registry
io.github.1111111111111111111114oLvT2/inquisitor (active, first published 2026-07-15 · 4 versions)
packages
pypi:inquisitor-mcp

06 · Inquisitor FAQ

Is Inquisitor still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Inquisitor do?

An agent gets 5 documented tools, including inquisitor_search, inquisitor_analyze, inquisitor_trace, inquisitor_verify, inquisitor_scaffold.

How do I install Inquisitor?

Run `uvx inquisitor-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Inquisitor run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Inquisitor