Odel
Madar

Madar

Local
@mohanagy18TypeScriptMITUpdated 1w ago

Authenticated local evidence paths for JavaScript and TypeScript coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lubab/madarv0.40.0-beta.1

Run

npx -y @lubab/madar

MCP client config

{
  "mcpServers": {
    "madar": {
      "command": "npx",
      "args": [
        "-y",
        "@lubab/madar"
      ]
    }
  }
}