laviya-agent-skills
About
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LAVIYA_API_KEY LAVIYA_BASE_URL LAVIYA_AGENT_UID LAVIYA_LOG_LEVEL LAVIYA_GLOBAL_CONFIG_PATHClaude Code
claude mcp add --env LAVIYA_API_KEY= --env LAVIYA_BASE_URL= --env LAVIYA_AGENT_UID= --env LAVIYA_LOG_LEVEL= --env LAVIYA_GLOBAL_CONFIG_PATH= laviya-agent-skills -- npx laviya-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"laviya-agent-skills","command":"npx","args":["laviya-mcp-server"],"env":{"LAVIYA_API_KEY":"","LAVIYA_BASE_URL":"","LAVIYA_AGENT_UID":"","LAVIYA_LOG_LEVEL":"","LAVIYA_GLOBAL_CONFIG_PATH":""}}'
JSON
{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "",
"LAVIYA_BASE_URL": "",
"LAVIYA_AGENT_UID": "",
"LAVIYA_LOG_LEVEL": "",
"LAVIYA_GLOBAL_CONFIG_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.