JSPM

shopfloorgpt

1.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q6816F
    • License MIT

    Pure Node.js MCP Server for ShopfloorGPT API

    Package Exports

    • shopfloorgpt
    • shopfloorgpt/index.js

    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 (shopfloorgpt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Prerequisites

    • Node.js (v18 or higher)
    • ShopfloorGPT API Token

    Installation

    npm install -g shopfloorgpt

    Configuration

    Set the following environment variables in your environment or a .env file:

    SHOPFLOOR_API_URL=https://future.shopfloorgpt.ai/service/llm
    SHOPFLOOR_API_TOKEN=your_token_here

    Command Line Arguments

    Alternatively, you can pass the configuration directly as flags:

    npx shopfloorgpt --token your_token --url https://future.shopfloorgpt.ai/service/llm

    Usage with Claude Desktop

    Add the following to your claude_desktop_config.json:

    {
      "mcpServers": {
        "shopfloorgpt": {
          "command": "npx",
          "args": ["-y", "shopfloorgpt", "--token", "YOUR_TOKEN_HERE"],
          "env": {
            "SHOPFLOOR_API_URL": "https://future.shopfloorgpt.ai/service/llm"
          }
        }
      }
    }

    Available Tools

    • Chat: chat, get_chat_history, get_session_messages, rate_message, feedback_refine, list_assistants
    • Routines: list_routines, create_routine, update_routine, delete_routine, toggle_routine, execute_routine
    • Hierarchy: get_factory_tree, move_agent, list_departments, list_agents, delete_agent
    • Stats: get_agent_actions, get_roi_stats, list_ingestion_meta, update_file_metadata
    • Ingestion: get_ingestion_logs, reingest_failed_pages, abort_ingestion
    • Settings: list_llms, list_interfaces, test_interface_connection