Server Config
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": [
"-y",
"@u301/mcp"
],
"env": {
"U301_API_KEY": "<Your-U301-API-Key>",
"domain": "<if you don't have one, remove this key>"
}
}
}
}