server_config.json•860 B
{
  "mcpServers":
  {
   "demo-tools": {
           "command": "node",
           "args": [
               "clients/Gradio/mcp_servers/demo-mcp-server/demo-tools-stdio.js"
           ]
       },
    "filesystem": {
          "command": "node",
          "args": [
            "clients/Gradio/mcp_servers/filesystem/dist/index.js",
            "clients/Gradio/mcp_servers/filesystem/test"
          ]
        },
      "fetch": {
        "command": "uvx",
        "args": ["mcp-server-fetch"]
      },
     "arxiv": {
      "command": "node",
      "args": [
        "clients/Gradio/mcp_servers/arxiv/arxiv-stdio.js"
      ]
    },
    "sqlite": {
      "command": "uv",
      "args": [
        "--directory",
        "clients/Gradio/mcp_servers/sqlite",
        "run",
        "mcp-server-sqlite",
        "--db-path",
        "test.db"
      ]
    }
 }
}