Home Products Pricing Docs About GitHub

Developer tools that don't suck.

AI-native command-line tools for developers and AI agents. Built for the terminal, powered by MCP.

Free to start. Works with Claude, GPT, Copilot, Cursor, and any MCP-compatible AI.

Built for Humans & AI Agents

Every tool works from the command line AND as an MCP server for AI agents. --json output, --schema discovery, predictable exit codes.

🔒
mpx-scan

Website security scanner. Check headers, SSL, misconfigurations, and get actionable fix suggestions.

npm i -g mpx-scan
Free AI-Native MCP Included with Mesaplex Pro
mpx-api

API testing and mocking. Build collections, run assertions, spin up mock servers for rapid development.

npm i -g mpx-api
Free AI-Native MCP Included with Mesaplex Pro
🗄️
mpx-db

Database management CLI. Query, migrate, and inspect schemas for SQLite, PostgreSQL, and MySQL.

npm i -g mpx-db
Free AI-Native MCP Included with Mesaplex Pro
🔑
mpx-secrets-audit

Secret lifecycle tracking. Audit API keys, tokens, and credentials across your codebase and environments.

npm i -g mpx-secrets-audit
Free AI-Native MCP Included with Mesaplex Pro
View All Features →
4 CLI Tools
100% Open Source
MCP AI-Native
$0 To Get Started

AI-Native by Design

Every Mesaplex tool is built for both human developers and AI agents. Discoverable, invocable, and parseable — out of the box.

🤖

MCP Server Mode

Every tool includes an mcp subcommand that exposes it as an MCP server. AI agents discover and use your tools automatically.

📋

--json Output

Every command supports --json for structured, machine-readable output. Perfect for CI/CD pipelines and AI agent parsing.

🔍

--schema Discovery

Run --schema on any tool to get a complete JSON schema of all commands, flags, and expected inputs/outputs.

🔗

Composable Pipelines

stdin/stdout composability, --batch mode, --quiet, --no-color. Chain tools together or pipe to AI agents.

Works with any MCP-compatible AI

Claude GPT Copilot Cursor Windsurf Any MCP Client
Add to your MCP config — instant AI integration
{
  "mcpServers": {
    "mpx-scan": { "command": "npx", "args": ["-y", "mpx-scan", "mcp"] },
    "mpx-api": { "command": "npx", "args": ["-y", "mpx-api", "mcp"] },
    "mpx-db": { "command": "npx", "args": ["-y", "mpx-db", "mcp"] },
    "mpx-secrets-audit": { "command": "npx", "args": ["-y", "mpx-secrets-audit", "mcp"] }
  }
}

Why Mesaplex

Built by developers, for developers and their AI agents. No compromises.

💻

Built for the Terminal

CLI-first design. No GUI bloat, no forced workflows. Scriptable, pipeable, automation-ready out of the box.

🎁

Free Tier with Real Value

Core features work without limits. No crippled demos, no forced signups. Upgrade only when you need more.

🔓

No Account Required

Install and use immediately. No email verification, no OAuth flows. Your data stays local on your machine.

Open Source on GitHub

Every tool is fully open source. Review the code, submit PRs, build extensions. Community-driven development.