/ src / main / assets / config / mcp.json
mcp.json
 1  {
 2    "mcpServers": {
 3      "everything": {
 4        "command": "npx",
 5        "args": ["-y", "@modelcontextprotocol/server-everything"]
 6      },
 7      "tuui Docs": {
 8        "command": "npx",
 9        "args": ["mcp-remote", "https://gitmcp.io/AI-QL/tuui"]
10      },
11      "antvis-chart": {
12        "command": "npx",
13        "args": ["-y", "@antv/mcp-server-chart"]
14      }
15    }
16  }