mcpbeat Sign in

Mifactory Logic Verifier MCP Server

local only

Mifactory Logic Verifier runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm.

Verify AI agent reasoning and logic for errors and contradictions. Pay-per-use.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 12 · avg 3 · +75% w/w
a month agotoday
21
Installs / week
npm · @mifactory-bot/logic-verifier
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mifactory-logic-verifier -- npx -y @mifactory-bot/logic-verifier
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mifactory-logic-verifier": {
      "args": [
        "-y",
        "@mifactory-bot/logic-verifier"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mifactory-logic-verifier]
command = "npx"
args = ["-y", "@mifactory-bot/logic-verifier"]
.cursor/mcp.json
{
  "mcpServers": {
    "mifactory-logic-verifier": {
      "args": [
        "-y",
        "@mifactory-bot/logic-verifier"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mifactory-logic-verifier": {
      "args": [
        "-y",
        "@mifactory-bot/logic-verifier"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key), STRIPE_SECRET_KEY (Stripe secret key for billing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mifactory Logic Verifier

same job, measured the same way
Logic Server
by nocturnus

Agent reasoning, memory, and token-optimized context for AI applications.

60 installs/wk local only
Context Relay
by chughes113

Compact, citation-verifiable public web context for AI agents, paid per use with x402.

2 tools answering
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Promptlint MCP
by sean-sunagaku

Static linter for AI prompts: contradictions, redundancy, ambiguity, and fluff.

31 installs/wk local only
L
ROKI Connect
by roki

Verified ROKI Connect payments contract for coding agents: operations, schemas, validator.

19 tools answering
Scrollport
by scrollport

Verified, pay-per-use API tools for AI agents through one authenticated connection.

answering
OMEM
by troybrandonc-bit

Memory for AI agents that tracks beliefs over time and surfaces contradictions

4 995 installs/wk local only

Mifactory Logic Verifier — questions

Answers built from our own checks of this server.

Why is there no uptime for Mifactory Logic Verifier?
Mifactory Logic Verifier runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mifactory-bot/logic-verifier was installed 21 times last week.
Is Mifactory Logic Verifier still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mifactory Logic Verifier?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mifactory-bot/logic-verifier straight from npm; nothing to host, nothing to sign up for.
How many people use Mifactory Logic Verifier?
The npm package @mifactory-bot/logic-verifier was installed 21 times in the last week. Week over week that is +75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.