Siddharth-magesh/llm-os
LLM-OS is a natural-language-first operating system architecture that integrates LLMs with system-level capabilities using the Model Context Protocol (MCP). This repository contains the core architecture, MCP servers, natural language shell, LLM routing logic, and development tooling for building a secure, extensible LLM-powered operating system.
Platform-specific configuration:
{
"mcpServers": {
"llm-os": {
"command": "npx",
"args": [
"-y",
"llm-os"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...