Server data from the Official MCP Registry
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
Laviya AI Orchestration MCP runtime for IDE and agent integrations.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LAVIYA_API_KEY
Environment variable: LAVIYA_BASE_URL
Environment variable: LAVIYA_AGENT_UID
Environment variable: LAVIYA_LOG_LEVEL
Environment variable: LAVIYA_GLOBAL_CONFIG_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kartegagithub-laviya-agent-skills": {
"env": {
"LAVIYA_API_KEY": "your-laviya-api-key-here",
"LAVIYA_BASE_URL": "your-laviya-base-url-here",
"LAVIYA_AGENT_UID": "your-laviya-agent-uid-here",
"LAVIYA_LOG_LEVEL": "your-laviya-log-level-here",
"LAVIYA_GLOBAL_CONFIG_PATH": "your-laviya-global-config-path-here"
},
"args": [
"-y",
"laviya-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Laviya Agent Skills is a repository of reusable orchestration assets for IDE and agent integrations. It provides a production-oriented MCP runtime, shared orchestration prompt assets, and client-specific artifacts for tools such as Cursor and Claude.
laviya-agent-skills: reusable prompt, rule, and skill asset bundle for Node-based toolinglaviya-mcp-server: stdio MCP runtime published from mcp/core/: shared orchestration prompt assetsmcp/: TypeScript MCP runtime scaffold (laviya-mcp-server)cursor/: Cursor rule artifactsclaude/: Claude skill artifactsdocs/: setup, npm publishing, and end-user onboarding guideslaviya-agent-skills/
core/
mcp/
src/
examples/
README.md
cursor/
claude/
docs/
Setup.md
MCPServerPublish.md
InstallationAndUsage.md
cd mcp
npm install
npm run typecheck
npm run build
npm run dev
Required environment variable:
LAVIYA_API_KEYInstall the reusable asset bundle:
npm install laviya-agent-skills
Example usage:
import { assets, resolveAssetPath } from "laviya-agent-skills";
import { readFileSync } from "node:fs";
const cursorRule = readFileSync(assets.cursorRule, "utf8");
const orchestratorPrompt = readFileSync(resolveAssetPath("orchestratorSystemPrompt"), "utf8");
mcp/README.mddocs/Setup.mddocs/MCPServerPublish.mddocs/InstallationAndUsage.mddocs/InstallationAndUsage.mdThe MCP runtime follows a global-runtime plus project-local-config model:
.laviya/project.json or .laviya.json)Current MCP tool set includes both orchestration and local-direct task feed flows:
laviya_helplaviya_feed_tasklaviya_get_local_work_statuslaviya_cancel_local_worklaviya_add_task_commentlaviya_get_my_worklaviya_start_executionlaviya_complete_executionlaviya_report_token_usagelaviya_diagnosticsAll tools return API envelope JSON text in the shape: { HasFailed, Messages, Data }.
Work items may include a backend-defined ExecutionPolicy. Analysis and review
policies are read-only: agents must not implement changes, and enforced policies
require matching completion executionEvidence and summary policyCompliance.
For full architecture details and file-level scaffolding, refer to mcp/README.md.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.