Loading...
No commits yet
Not committed History
Blame
agents.json • 1.4 KB
{
  "schemaVersion": 3,
  "instructions": {
    "path": "AGENTS.md"
  },
  "integrations": {
    "enabled": [
      "claude",
      "codex",
      "gemini",
      "cursor",
      "copilot_vscode"
    ],
    "options": {
      "cursorAutoApprove": false,
      "antigravityGlobalSync": false
    }
  },
  "syncMode": "source-only",
  "mcp": {
    "servers": {
      "scitex": {
        "label": "SciTeX Platform",
        "description": "SciTeX scientific research platform \u2014 145+ MCP tools for plotting, statistics, literature, writing, and more",
        "transport": "stdio",
        "command": "/usr/local/bin/scitex",
        "args": [
          "mcp",
          "start"
        ],
        "env": {
          "SCITEX_MCP_USE_PLT": "1",
          "SCITEX_MCP_USE_STATS": "1",
          "SCITEX_MCP_USE_SCHOLAR": "1",
          "SCITEX_MCP_USE_WRITER": "1",
          "SCITEX_MCP_USE_CLEW": "1",
          "SCITEX_MCP_USE_AUDIO": "1",
          "SCITEX_MCP_USE_DIAGRAM": "1",
          "SCITEX_MCP_USE_CAPTURE": "1",
          "SCITEX_MCP_USE_INTROSPECT": "1",
          "SCITEX_MCP_USE_TEMPLATE": "1",
          "SCITEX_MCP_USE_PROJECT": "1",
          "SCITEX_MCP_USE_DATASET": "1",
          "SCITEX_MCP_USE_DEV": "1",
          "SCITEX_MCP_USE_LINTER": "1",
          "SCITEX_MCP_USE_SOCIAL": "1",
          "SCITEX_MCP_USE_UI": "1",
          "SCITEX_MCP_USE_USAGE": "1"
        },
        "enabled": true
      }
    }
  },
  "lastSync": null
}