Serversio.github.NacoSolutions/modern-cli-mcp
M

Modern CLI MCP Server

io.github.NacoSolutions/modern-cli-mcp · v0.6.7
▦ other
v0.6.7other↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.NacoSolutions/modern-cli-mcp",
  "description": "MCP server exposing 104+ modern CLI tools for AI agents with JSON output.",
  "title": "Modern CLI MCP Server",
  "repository": {
    "url": "https://github.com/NacoSolutions/modern-cli-mcp",
    "source": "github"
  },
  "version": "0.6.7",
  "websiteUrl": "https://nacosolutions.github.io/modern-cli-mcp/",
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "features": [
        "104+ CLI tools across 15 categories",
        "Zero-config installation via Nix",
        "AI-optimized JSON output by default",
        ".agentignore access control",
        "Filesystem, Git, containers, Kubernetes, data transformation"
      ],
      "installationMethods": [
        {
          "command": "nix run github:NacoSolutions/modern-cli-mcp",
          "description": "Run directly via Nix flakes (recommended)",
          "requirements": "Nix with flakes enabled",
          "type": "nix-flake"
        },
        {
          "command": "nix profile install github:NacoSolutions/modern-cli-mcp",
          "description": "Install to user profile",
          "requirements": "Nix with flakes enabled",
          "type": "nix-profile"
        },
        {
          "description": "Download portable AppImage from GitHub releases",
          "type": "appimage",
          "url": "https://github.com/NacoSolutions/modern-cli-mcp/releases"
        },
        {
          "description": "Download pre-built binary from GitHub releases",
          "type": "binary",
          "url": "https://github.com/NacoSolutions/modern-cli-mcp/releases"
        }
      ],
      "toolCategories": {
        "containers": [
          "podman",
          "dive",
          "skopeo",
          "crane",
          "trivy",
          "compose",
          "buildx",
          "buildah"
        ],
        "data": [
          "jq",
          "yq",
          "gron",
          "htmlq",
          "pup",
          "miller",
          "dasel"
        ],
        "diff": [
          "delta",
          "difft"
        ],
        "filesystem": [
          "eza",
          "bat",
          "fd",
          "duf",
          "dust",
          "trash"
        ],
        "git-forges": [
          "gh",
          "glab"
        ],
        "kubernetes": [
          "kubectl",
          "stern",
          "helm",
          "kustomize"
        ],
        "network": [
          "http",
          "dns",
          "usql"
        ],
        "search": [
          "rg",
          "fzf",
          "ast_grep",
          "web_search"
        ],
        "system": [
          "procs",
          "tokei",
          "hyperfine"
        ],
        "utilities": [
          "tldr",
          "grex",
          "ouch",
          "pueue"
        ]
      }
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}