io.github.kartegagithub/laviya-agent-skills
Quality Score
80
/100
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<your-laviya_api_key>",
"LAVIYA_BASE_URL": "<laviya_base_url>",
"LAVIYA_AGENT_UID": "<laviya_agent_uid>",
"LAVIYA_LOG_LEVEL": "<laviya_log_level>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"laviya-agent-skills": {
"command": "npx",
"args": [
"-y",
"laviya-mcp-server"
],
"env": {
"LAVIYA_API_KEY": "<your-laviya_api_key>",
"LAVIYA_BASE_URL": "<laviya_base_url>",
"LAVIYA_AGENT_UID": "<laviya_agent_uid>",
"LAVIYA_LOG_LEVEL": "<laviya_log_level>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y laviya-mcp-server§02 Environment variables
LAVIYA_API_KEYrequiredsecret
Laviya 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).
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Developer Tools
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.