Skip to main content
Glama
fstubner

npm-run-mcp-server

by fstubner

Related Servers

Alternatives to npm-run-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Universal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.
      MIT
    • F
      license
      B
      quality
      D
      maintenance
      Enables AI assistants to manage development workflows by running build commands, executing tests, analyzing package.json files, installing dependencies, and performing code linting. Supports multiple package managers (npm, yarn, pnpm) and provides detailed error reporting for development operations.
      5
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides MCP servers that wrap common developer tools (git, npm, docker, etc.) returning structured JSON output, enabling AI agents to reliably interact with these tools without parsing fragile terminal text.
      4 npm
      138
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Exposes Just recipes as MCP tools, allowing AI assistants to discover and execute project commands defined in Justfiles.
      12 npm
      1
      MIT

    TDQS

    B3.3/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool corresponds to a distinct npm script (build, prepublishOnly, start, test, test:integration) with no overlap in purpose or description.

    Naming Consistency3/5

    Tool names are mostly lowercase but mix single words (build, start, test) and compound names with varying conventions (prepublishonly as one word, test_integration with underscore). A more consistent pattern like 'prepublish_only' would improve clarity.

    Tool Count5/5

    5 tools is ideal for a focused server designed to run specific npm scripts. Each tool serves a clear purpose without unnecessary clutter.

    Completeness4/5

    The server covers the typical lifecycle scripts (build, start, test) and includes integration testing. It may lack common scripts like lint or format, but is sufficient for the stated domain of running predefined npm scripts.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues