Productivity|Development|Communication|Security|AI / ML|UtilitiesRust
moltis
A secure persistent personal agent server in Rust.
N/A rating (0 reviews)0 installs2,519 GitHub stars
personal agentsecureRust
Moltis is designed to run securely on your hardware, providing a sandboxed execution environment for various multi-provider LLMs, voice capabilities, and integration with platforms like Telegram, WhatsApp, Discord, and Teams. It features memory, cross-session recall, and managed deploy keys.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"moltis": {
"args": [
"-y",
"@modelcontextprotocol/server-moltis"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.