Back to Home
mrorigo icon

critique-mcp

Verified Safe

by mrorigo

Overview

Implements an Iterative Verification-First (Iter-VF) reasoning workflow as an MCP server to enhance LLM consistency by offloading sampling to a host.

Installation

Run Command
ts-node src/index.ts

Security Notes

The server implements strict Zod validation for all inputs and outputs, mitigating common injection risks. It delegates LLM interaction to an MCP host, meaning it does not handle API keys or direct model access, shifting that responsibility to the host. While `cross-spawn` (via `execa` in `vitest` dependencies) is used for test execution, it is not present in the main server runtime. Communication is via STDIO, reducing typical network exposure, but relies on a trusted execution environment. No 'eval' or obvious hardcoded secrets are present in the provided server code.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassHigh
Avg Tokens3300
Stars1
Forks0
Last Update2025-12-04

Tags

LLMAIVerificationTypeScriptModel Context ProtocolReasoningAgent