Odel
laviya agent skills

laviya agent skills

Local
@kartegagithubTypeScriptUpdated 1mo ago

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlaviya-mcp-serverv0.1.24

Run

npx -y laviya-mcp-server

MCP client config

{
  "mcpServers": {
    "laviya-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "laviya-mcp-server"
      ]
    }
  }
}