Server Config
{
"mcpServers": {
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}{
"mcpServers": {
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}