📡 MCP Radar

0x2fycy3/inquisitor

Optimal-path problem solving for AI agents — triage, prune, investigate. MCP server + agent skill combining Newton's Analysis-Synthesis method, NASA P10 rules, and heuristic-search pruning so agents n

3 stars
0 forks
Python
momentum ▲ 6.0
created 2026-07-07
on radar since 2026-07-12
agent-skillsai-agentsai-skillclaudeduckduckgofastmcpheuristic-searchllmmcp-servernewton-methodopencodeproblem-solvingweb-search
View on GitHub ↗

About inquisitor

Optimal-path problem solving for AI agents Triage · Prune · Investigate — never overcomplicate

inquisitor makes AI agents solve problems the way a chess engine plays chess: it cannot explore every branch, so it estimates complexity first, prunes paths that add no information, and spends its search budget only where the problem actually is.

- MCP server (inquisitor-mcp) — the engine. Web search, project analysis, code tracing, project scaffolding, and a persistent investigation state machine. Works with any MCP-compatible agent: OpenCode, Claude Code, Claude Desktop, Cursor. - Agent skill (skills/inquisitor/SKILL.md) — the behavioral layer. Injects the triage heuristic, the pruning rules, and the full methodology into the agent's reasoning.

The methodology synthesizes four sources:

Source Contribution ---------------------- Newton's Opticks (1704) Analysis→Synthesis method: define, decompose, experiment, reconstruct, and end with open Queries — hypotheses non fingo NASA/JPL Power of Ten 10 hard rules, few enough to remember, strict enough to check mechanically Karpathy's LLM coding guidelines Think before coding · simplicity first · surgical changes · goal-driven execution Ponytail decision ladder YAGNI → reuse → stdlib → native → installed dep → one line → minimum code

Web search, codebase scans, and code tracing are tools invoked when local evidence is insufficient — never mandatory rituals.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/0x2fycy3--inquisitor.html)

Related MCP servers

KernelLord/pickysteve

Skill router and context picker for Claude Code, Cursor, and Aider. Auto-picks the right skill for every prompt, with prompt-injection filtering for MCP.

⭐ 6Python
korovin-aa97/talkthrough-mcp

MCP server: turn narrated screen recordings into agent-ready data — local Whisper transcript, scene keyframes, OCR, wall-clock anchoring. Record your screen, talk — your AI agent files the bugs.

⭐ 12Python
AdamRussak/self-doc

Self-hosted documentation RAG pipeline that serves semantic search to LLM agents over the Model Context Protocol.

⭐ 3Python
TeodorMCP/universal-connector-mcp

Universal MCP server: connect any OpenAPI/Swagger, GraphQL, gRPC or SOAP API to AI agents. Security-first, local, token-efficient. Any API. One server.

⭐ 3Python
mixelpixx/Konnect

AI-assisted PCB design for KiCAD 10. Native KiCAD plugin — a single Rust binary exposing 171 schematic, layout, routing, design-review, and manufacturing tools to Claude, or the LLM of your choosing

⭐ 25Rust
menot-you/n-memory

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.

⭐ 5Rust

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.