Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Lilith Shell
by
charles-adedotun
Verified
GitHub
OS Automation
Python
MIT License
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Lilith-Shell
src
lilith_shell
src/lilith_shell/executor.py
src/lilith_shell/__init__.py
src/lilith_shell/py.typed
src/lilith_shell/server.py
from . import server import asyncio def main() -> None: """Main entry point for the package.""" asyncio.run(server.main()) __all__ = ["main", "server"]