Catalog
io.github.kartegagithub/laviya-agent-skills
Officialby kartegagithub · TypeScript
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
AI orchestration runtime for IDE and agent integrations with skill composition.
README not available yet.
Install
Configuration
Environment variables
LAVIYA_API_KEYrequiredsecretLaviya API key used for MCP runtime authentication.
LAVIYA_BASE_URLOptional base URL override for the Laviya API endpoint.
LAVIYA_AGENT_UIDOptional agent UID override for execution orchestration.
LAVIYA_LOG_LEVELOptional log level override (debug|info|warn|error).
LAVIYA_GLOBAL_CONFIG_PATHOptional path override for global runtime config (useful in sandboxed environments where home directory is not readable).
claude_desktop_config.json
{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server@0.1.23"
],
"env": {
"LAVIYA_API_KEY": "<YOUR_LAVIYA_API_KEY>",
"LAVIYA_BASE_URL": "<YOUR_LAVIYA_BASE_URL>",
"LAVIYA_AGENT_UID": "<YOUR_LAVIYA_AGENT_UID>",
"LAVIYA_LOG_LEVEL": "<YOUR_LAVIYA_LOG_LEVEL>",
"LAVIYA_GLOBAL_CONFIG_PATH": "<YOUR_LAVIYA_GLOBAL_CONFIG_PATH>"
}
}
}
}