JSPM

mcp-chocolatey

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q75113F
  • License MIT

MCP server exposing Chocolatey (choco) commands as tools

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp-chocolatey) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    MCP Chocolatey

    MCP server that exposes Chocolatey (choco) commands as tools.

    • Transport: stdio (primary); simple HTTP /health for Railway
    • Tools: list, search, install, upgrade, uninstall, info, outdated, pin, feature, source, config, help

    Usage (local)

    # stdio
    npx --yes --prefix G:\choco mcp-chocolatey

    Railway

    This project binds to $PORT and exposes /health. For remote MCP access use an SSE proxy (e.g. mcp-proxy) or run locally via stdio.

    # Start web stub (Railway)
    npm start
    # Start stdio
    npm run start:stdio

    License

    MIT