MCP Server for Sychev Lab - Products, Articles, Tutorials, and Commerce
Server Config
{
"mcpServers": {
"sychev-lab": {
"command": "npx",
"args": [
"-y",
"sychev-lab-mcp-server"
],
"env": {
"SYCHEV_LAB_URL": "https://lab.sychev.xyz"
}
}
}
}