mcpbeat Sign in

Madar MCP Server

local only

Madar runs on your own machine — the client starts it, so there is no endpoint to ping. 260 installs a week from npm. Last commit 12 Aug 2026.

Authenticated local evidence paths for JavaScript and TypeScript coding agents.

Installs per day peak 203 · avg 40 · +8% w/w
a month agotoday
260
Installs / week
npm · @lubab/madar
19
Stars
5 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

    const child = spawn(command.file, command.args, {

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

Alternatives to Madar

same job, measured the same way
Type Atlas
by tyler-mitchell

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

99 installs/wk local only
SDK
by bolyra

TypeScript SDK for mutual ZKP authentication between humans and AI agents.

252 installs/wk local only
Elite Reasoning MCP
by snehgabani

Evidence-gated verification, selection, and measurement MCP for coding agents.

43 installs/wk local only
Weavatrix Git
by sergii-ziborov

Fast, bounded, read-only Git evidence for local AI coding agents.

69 installs/wk local only
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only
AgenTrux
by agentrux

Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.

answering
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Fable Mode
by rex-codebase

Mechanical write gates, evidence receipts, and adversarial review for AI coding agents.

local only

Madar — questions

Answers built from our own checks of this server.

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