mcpbeat Sign in

Prolog Reasoner MCP Server

by rikarazome Your server? Claim it
local only

Prolog Reasoner runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 1 May 2026.

SWI-Prolog as a logic calculator for LLMs

Installs per day peak 42 · avg 8 · +6% w/w
a month agotoday
56
Installs / week
pypi · prolog-reasoner
11
Stars
0 open issues
1 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 prolog-reasoner -- uvx prolog-reasoner
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prolog-reasoner": {
      "args": [
        "prolog-reasoner"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prolog-reasoner]
command = "uvx"
args = ["prolog-reasoner"]
.cursor/mcp.json
{
  "mcpServers": {
    "prolog-reasoner": {
      "args": [
        "prolog-reasoner"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prolog-reasoner": {
      "args": [
        "prolog-reasoner"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Prolog Reasoner

same job, measured the same way
Vari MCP
by getvari

6 hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD, athlete, energy.

29 installs/wk local only
Calculator MCP
by tech-sushant

A simple Model Context Protocol calculator server

28 installs/wk local only
Math
by rog0x

Calculator, units, statistics for AI agents

33 installs/wk local only
codecalc
by the-40-thieves

Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.

260 installs/wk local only
Logic Pro MCP
by monglong0214

Local MCP server for stateful, fail-closed Logic Pro control and live project readback.

local only
GetBirthChart MCP
by getbirthchart-com

Official MCP server for GetBirthChart astrology calculations.

25 installs/wk local only
Mifactory Logic Verifier
by mifactory-bot

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

21 installs/wk local only
I
Resale Margin Calculator
by weromon

Paid MCP tool for resale fees, net profit, ROI, and break-even price.

1 tools answering

Prolog Reasoner — questions

Answers built from our own checks of this server.

Why is there no uptime for Prolog Reasoner?
Prolog Reasoner 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 pypi package prolog-reasoner was installed 56 times last week.
How do I connect Prolog Reasoner?
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 prolog-reasoner straight from pypi; nothing to host, nothing to sign up for.
How many people use Prolog Reasoner?
The pypi package prolog-reasoner was installed 56 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Prolog Reasoner open source?
Yes — it is published under the MIT licence, written in Python and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.