Skip to content

Free  ·  No account required

Your AI coding assistant, now security-aware

Meterian teaches your AI tools to scan dependencies and suggest safe upgrades — inline, as you work. Supports 9 AI assistants and any MCP-compatible client. Covers 12+ ecosystems.

@meterian/cli    @meterian/mcp    9 AI tools supported

Choose your integration

Three ways to add Meterian security to your workflow — pick the one that fits your setup.

  • CLI


    Audit any project from the command line. Batch-check all dependencies, look up individual packages, or find safe upgrade paths. Zero-install via npx — no global setup required.

    npx @meterian/cli check
    

    CLI documentation

  • 🧠 AI Skills


    Your AI coding assistant automatically scans dependencies and suggests fixes — inline, as you work. Supports 9 tools including Claude Code, Cursor, and GitHub Copilot. Triggers automatically when you open a manifest file.

    meterian:security-audit
    

    AI Skills documentation

  • 🔌 MCP Server


    Expose real-time vulnerability data to any MCP-compatible client. Ask your AI assistant about any library — it queries live advisory data, not a stale training set.

    npm install -g @meterian/mcp
    

    MCP Server documentation

How they relate

All three products draw from the same source: the Meterian Kiwi database of known vulnerabilities. The CLI and the MCP Server each query it directly and independently. AI Skills sit on top of the CLI — they teach your coding assistant to invoke it, so no separate network connection is needed.

graph TD
    DB[Meterian Kiwi database] --> CLI["@meterian/cli"]
    DB --> MCP["MCP Server · @meterian/mcp<br/>JSON-RPC 2.0 / MCP<br/>Any MCP-compatible client"]
    CLI --> AI["AI Skills<br/>npx @meterian/cli<br/>9 coding assistants"]

Supported ecosystems

All three products cover the same 12+ languages and package managers.

Node.js / npm Python / pip Java / Maven Java / Gradle Rust / Cargo PHP / Composer Ruby / Bundler Go modules .NET / NuGet C++ / Conan Dart / pub Clojure / Leiningen Swift PM