mcpbeat Sign in

KatanA Markdown Linter MCP Server

by hiroyukifuruno Your server? Claim it
local only

KatanA Markdown Linter runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 29 Aug 2026.

Markdown linter, workspace-scoped stdio MCP server, and self-hosted text-only remote MCP server.

Installs / week
not published
0
Stars
0 open issues
29 Aug 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 22 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.

        execFile(executablePath, ['--version'], (error, stdout, stderr) => {
Builds a file path from a variable wrappers/npm/lib/installer.js:28
    const binaryPath = path.join(
      this.installRoot,
      this.version,
      this.target,
        return subprocess.run([str(binary_path), *self.arguments], check=False).returncode

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

Alternatives to KatanA Markdown Linter

same job, measured the same way
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Self-hosted GitHub MCP server
by adelaidasofia

Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with…

local only
MCP ZAP Server
by dtkmn

Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.

local only
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

77 installs/wk local only
Codexa
by mirnoorata

Codex-native codebase intelligence context compiler and query-only MCP server.

86 installs/wk local only
Celmis
by constantinemakoid

Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP

local only
MCP VS Code
by mario-andreschak

A self-hosted VS Code workbench embedded as an interactive MCP App.

65 installs/wk local only
karst
by moin105

Code context for AI dev tools: pack-scoped, cited code retrieval over MCP.

198 installs/wk local only

KatanA Markdown Linter — questions

Answers built from our own checks of this server.

Why is there no uptime for KatanA Markdown Linter?
KatanA Markdown Linter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is KatanA Markdown Linter open source?
Yes — it is published under the MIT licence, written in Rust 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.