lsbot
lsbot is a Lean & Secure Bot that prioritizes user data privacy and security.
lsbot is designed to ensure that your data remains under your control while using AI bots. It employs end-to-end encryption by default, ensuring that relay traffic is encrypted and unreadable by the relay servers. The architecture is built around the principle that your data belongs to you, with no reliance on third-party services or cloud databases. All interactions and data are stored locally, providing a secure environment for sensitive information. The bot operates as a single static binary, eliminating the risks associated with runtime environments and dependency chains. This approach minimizes the attack surface and allows for easy auditing and reproducibility. With lsbot, users can confidently run AI bots without compromising their privacy or security, making it an essential tool for anyone concerned about data safety.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lsbot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lsbot"
]
}
}
}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.
Permissions