A Rust-native claw you can trust. One binary — sandboxed, secure, auditable. Voice, memory, MCP tools, and multi-channel access built-in.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"moltis": {
"command": "cargo",
"args": [
"run",
"--",
"moltis"
]
}
}
}
Run in terminal:
claude mcp add moltis cargo run -- moltis
Add to .cursor/mcp.json:
{
"mcpServers": {
"moltis": {
"command": "cargo",
"args": [
"run",
"--",
"moltis"
]
}
}
}