Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"devbox": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/devbox-mcp-server@latest"
],
"env": {
"AZURE_TENANT_ID": "${AZURE_TENANT_ID}",
"AZURE_SUBSCRIPTION_ID": "${AZURE_SUBSCRIPTION_ID}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxAZURE_TENANT_ID=${AZURE_TENANT_ID}AZURE_SUBSCRIPTION_ID=${AZURE_SUBSCRIPTION_ID}