mcpbeat Sign in

Lotor MCP Server

by githubscum Your server? Claim it
local only

Lotor runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 8 Sep 2026.

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

Installs per day peak 404 · avg 16 · -86% w/w
a month agotoday
39
Installs / week
npm · lotor-mcp
3
Stars
2 open issues
8 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Escalates privileges src/policy/index.js:1345
  '(^|[\\s;(])(?:sudo\\s+|doas\\s+|env\\s+\\S+=\\S+\\s+)*' +
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.

  el.innerHTML = ws.map(w => witnessHtml(w)).join('');

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Lotor and you get told the day something new turns up.

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

Alternatives to Lotor

same job, measured the same way
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

2 489 installs/wk local only
I
logbook-mcp
by abduljabbarbxr

Project memory across sessions for AI agents. A queryable decision log in the repo.

520 installs/wk local only
Agent Interop Runtime
by praket7

A capability graded local MCP runtime for Freebuff, Codex, OpenCode, and Claude Code sessions.

329 installs/wk local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

42 installs/wk local only

Lotor — questions

Answers built from our own checks of this server.

Why is there no uptime for Lotor?
Lotor 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 lotor-mcp was installed 39 times last week.
How do I connect Lotor?
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 lotor-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lotor?
The npm package lotor-mcp was installed 39 times in the last week. Week over week that is -86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lotor open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.