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
{
"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