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
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.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/0x2fycy3--inquisitor.html)
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.
korovin-aa97/talkthrough-mcpMCP 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.
AdamRussak/self-docSelf-hosted documentation RAG pipeline that serves semantic search to LLM agents over the Model Context Protocol.
TeodorMCP/universal-connector-mcpUniversal MCP server: connect any OpenAPI/Swagger, GraphQL, gRPC or SOAP API to AI agents. Security-first, local, token-efficient. Any API. One server.
mixelpixx/KonnectAI-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
menot-you/n-memoryMemory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.