Skip to content
Windsurf

laviya agent skills for Windsurf

io.github.kartegagithub/laviya-agent-skills

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

client:Windsurf transport:stdio runtime:npm

Install laviya agent skills in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "laviya-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "laviya-mcp-server"
      ],
      "env": {
        "LAVIYA_API_KEY": "<LAVIYA_API_KEY>",
        "LAVIYA_BASE_URL": "<LAVIYA_BASE_URL>",
        "LAVIYA_AGENT_UID": "<LAVIYA_AGENT_UID>",
        "LAVIYA_LOG_LEVEL": "<LAVIYA_LOG_LEVEL>",
        "LAVIYA_GLOBAL_CONFIG_PATH": "<LAVIYA_GLOBAL_CONFIG_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

laviya agent skills in other clients