{
  "GAISMCP": {
    "isActive": true,
    "command": "npx",
    "args": [
      "tsx",
      "./storage/plugins/GAISMCP/index.ts"
    ],
    "cwd": "",
    "disabled": false,
    "env": {
      "GRAFANA_URL": "http://your-grafana-server:3000",
      "GRAFANA_API_KEY": "your-grafana-api-key"
    },
    "anythingllm": {
      "autoStart": true
    }
  }
}
