Local-first memory and governance layer for AI agents, with per-agent vaults, hybrid recall, review-first learning, handoffs, audit trails, and native AFM/bridge provider support.
Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
infektyd
Source: github_code
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
CLAUDE_CONTEXT_WINDOWCODEX_CONTEXT_WINDOWCURSOR_CONTEXT_WINDOWDEEP_RESEARCH_AGENT_ROOTDEEP_RESEARCH_CLIDEEP_RESEARCH_PYTHONGEMINI_CONTEXT_WINDOWGROK_CONTEXT_WINDOWKILO_CONTEXT_WINDOWMINNI_AFM_ADAPTER_ID; status reports only adapterConfigured, never theMINNI_AFM_ADAPTER_PATHcontract. Adapter configuration is indicated with orMINNI_AFM_ALLOWED_TARGETSand MINNI_MODEL_ALLOWED_TARGETS (provider-protocolMINNI_AFM_HEALTH_URLAFM health URL: if set, otherwise http://127.0.0.1:11437/health.MINNI_AFM_INPUT_BUDGET_TOKENSMINNI_AFM_MODEMINNI_AFM_NATIVE_HELPERSet to an executable JSON helper to let nativeMINNI_AFM_PREPARE_TASK_MODELAFM prepare-task model: if set, otherwise apple-foundation-models.MINNI_AFM_PREPARE_TASK_URLAFM prepare-task URL: if set, otherwise http://127.0.0.1:11437/v1/chat/completions.MINNI_AFM_PROBE_CACHEMINNI_AFM_PROBE_TIMEOUTMINNI_AFM_PROVIDER_MODEAFM provider mode: bridge by default; set =native, auto, or off to change opt-in AFM calls.MINNI_AGENT_IDVault: ~/.minni/claudecode-vault (override: MINNI_CLAUDECODE_VAULT_PATH). The manifest pins =claude-code, MINNI_VAULT_PATH=~/.minni/claudecode-vault, and MINNI_SOCKET_PATH=~/.minni/run/minnid.sock.MINNI_AGENT_VAULTSMINNI_BYPASS_AUDIT_LIMITMINNI_CLAUDECODE_AGENT_IDAgent identity: claude-code (override: ).MINNI_CLAUDECODE_HOOKSDisable hooks without uninstalling: export =off.MINNI_CLAUDECODE_VAULT_PATHClaude Code vault: , otherwise ~/.minni/claudecode-vault.MINNI_CLAUDECODE_WORKSPACE_IDMINNI_CODEX_AGENT_IDprincipal (MINNI_AGENT_ID, with as a Codex-scopedMINNI_CODEX_CONTEXT_WINDOWMINNI_CODEX_HOOKSMINNI_CODEX_VAULT_PATHCodex vault: MINNI_VAULT_PATH (or legacy fallback ), otherwise ~/.minni/unknown-vault. The Codex surface normally sets MINNI_VAULT_PATH=~/.minni/codex-vault in its manifest env.MINNI_CODEX_WORKSPACE_IDMINNI_CONSOLE_DEEP_RESEARCHMINNI_CONSOLE_NO_AUTHMINNI_CONSOLE_TOKENMINNI_CURSOR_AGENT_IDMINNI_CURSOR_CONTEXT_WINDOWMINNI_CURSOR_HOOKSMINNI_CURSOR_VAULT_PATHMINNI_CURSOR_WORKSPACE_IDMINNI_GEMINI_AGENT_IDMINNI_GEMINI_CONTEXT_WINDOWMINNI_GEMINI_HOOKSMINNI_GEMINI_VAULT_PATHMINNI_GEMINI_WORKSPACE_IDMINNI_GROK_AGENT_IDMINNI_GROK_CONTEXT_WINDOWMINNI_GROK_HOOKSMINNI_GROK_VAULT_PATHGrok Build vault: , otherwise ~/.minni/grok-build-vault.MINNI_GROK_WORKSPACE_IDMINNI_HOMEfor the AFM adapter vars). overrides the home directory for everyMINNI_INBOX_HANDOFF_TTL_DAYSMINNI_KILOCODE_AGENT_IDAgent identity: kilocode (override: ).MINNI_KILOCODE_HOOKSDisable hooks without uninstalling: export =off.MINNI_KILOCODE_VAULT_PATHKiloCode vault: , otherwise ~/.minni/kilocode-vault.MINNI_KILOCODE_WORKSPACE_IDMINNI_MODEL_ALLOWED_TARGETSMINNI_AFM_ALLOWED_TARGETS and (provider-protocolMINNI_PLAN_HISTORY_CAPMINNI_PROVIDERS_CONFIG~/.minni/providers.json (override with ) configuresMINNI_RECALL_GUARD_MODEMINNI_RESOLVE_OPERATORSMINNI_SOCKET_PATHDaemon socket: if set, otherwise ~/.minni/run/minnid.sock.MINNI_UI_HOSTMINNI_UI_PORTMINNI_VAULT_PATHCodex vault: (or legacy fallback MINNI_CODEX_VAULT_PATH), otherwise ~/.minni/unknown-vault. The Codex surface normally sets MINNI_VAULT_PATH=~/.minni/codex-vault in its manifest env.MINNI_WORKSPACE_IDTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
37/37 tools missing one or more hints — minni_prepare_task (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); minni_prepare_outcome (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); minni_team_runtime (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +34 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
34/37 tool handlers declare input schemas (92%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Shell command execution
4 child_process/subprocess calls in production code — runs shell commands (src/ui-server.ts:345, kilo/minni-plugin.js:297, kilo/minni-plugin.js:439)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Secrets not logged
1 secret value sent to console.log
Redact or omit secret values from log output.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/infektyd-minni-zh899g)?variant=verified to the badge URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check