Submit

Zentrix Agentic Workbench

@deslito

A short summary of what the server does. Example: Modular agentic AI workflows for dataset cleaning and orchestration.

Tools

Server Config

{
  "mcpServers": {
    "zentrix": {
      "command": "node",
      "args": [
        "dist/server.js"
      ],
      "env": {
        "PORT": "3000",
        "NODE_ENV": "production",
        "DATASET_PATH": "/app/datasets/training_set.jsonl",
        "KIMI_API_KEY": "your-kimi-api-key",
        "KIMI_MODEL": "kimi-v1",
        "LOCAL_API_URL": "http://localhost:3000",
        "PROD_API_URL": "https://your-service-name.mcp.so"
      },
      "mounts": {
        "../final_datasets": "/app/datasets"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.