mcpbeat Sign in
C

JidoSeal MCP Server

local only

JidoSeal runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Local Self-Check of a Markdown folder: OKF tier and ISO-evidence gaps. Scans stay on your machine.

Installs / week
pypi · jidoseal-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check JidoSeal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to JidoSeal

same job, measured the same way
chatmux
by echoedinvoker

Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine.

local only
no_human
by no-human-ai

File a task with your local no_human and check on it: task_add and task_status over stdio.

823 installs/wk local only
gadak
by midagedev

Ask a local SQLite mirror of your Jira and Confluence: SQL, full-text search, issue detail.

local only
WhatsApp Chat Reader (Unofficial)
by nabheetcloud

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

48 installs/wk local only
Atinamos Evidence
by co-atinamos

Read-only verification evidence for paid machine services and buyer policy checks.

6 tools answering
Copass Local
by olane

Local encryption and project setup plugin for Copass. Keys never leave your machine.

98 installs/wk local only
C
HyperMarrow
by qianshi

Local-first long-term memory for AI coding agents. Stored on your own machine.

56 installs/wk local only
Cosync Local
by olane

Local encryption and project setup plugin for CoSync. Keys never leave your machine.

1 installs/wk local only

JidoSeal — questions

Answers built from our own checks of this server.

Why is there no uptime for JidoSeal?
JidoSeal 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 jidoseal-mcp.
How do I connect JidoSeal?
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 jidoseal-mcp straight from pypi; nothing to host, nothing to sign up for.
Is JidoSeal open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.