Loading subscription status...
{
"mcpServers": [
{
"box": {
"env": {
"BOX_USER_ID": "123456",
"BOX_JWT_BASE64": "YOUR_BASE64_ENCODED_JWT"
},
"args": [
"box-mcp-server"
],
"command": "npx"
}
},
{
"box": {
"env": {
"BOX_DEV_TOKEN": "YOUR_DEV_TOKEN_GOES_HERE"
},
"args": [
"box-mcp-server"
],
"command": "npx"
}
}
]
}