MCP Catalogs
首页lsbot screenshot

lsbot

by ruilisi·409·综合分 50

一个精简、安全的机器人,集成 MCP 协议,支持端到端加密的 AI 应用。

developer-toolssecurityai-llmcommunication
57
Forks
3
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

lsbot 是一个用 Go 构建的精益安全机器人,通过端到端加密优先保护用户隐私。它实现了模型上下文协议 (MCP),提供 75+ 种工具用于文件系统操作、Shell 命令、系统信息、进程管理、网络、日历、提醒事项、浏览器自动化等。与类似解决方案不同,lsbot 将所有数据存储在本地,并与中继服务器加密通信,确保敏感信息留在用户的机器上。该项目支持多种 AI 提供商,包括 Claude、DeepSeek、Kimi,并提供网关模式接入企业微信、Telegram、Discord 等消息平台。

试试问 AI

装完之后,这里有 7 个你可以让 AI 做的事:

:具有本地数据处理和加密通信的安全 AI 助手
:与企业微信、Slack 等消息平台的自动化工作流集成
:无需 Node.js 依赖的浏览器自动化,使用 CDP 协议
:通过 AI 代理实现跨平台文件管理和系统控制
:lsbot 与其他 AI 机器人有什么不同?
:支持哪些 AI 提供商?
:MCP 协议集成如何工作?

什么时候选它

当您需要用于企业消息平台的安全 AI 机器人,支持端到端加密并通过 MCP 工具提供全面的系统访问时,选择 lsbot。

什么时候不要选它

如果您需要超出其支持平台的广泛第三方集成,或者需要基于云的对话历史和数据存储,则应避免使用 lsbot。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_postgres

    Execute SQL queries on PostgreSQL databases

  • list_files

    List files and directories in a specified path

  • execute_command

    Execute shell commands and return their output

  • create_github_issue

    Create a new issue on GitHub repository

  • read_file

    Read and return the contents of a file

  • send_notification

    Send system notifications to the user

  • search_web

    Perform web searches using DuckDuckGo

  • take_screenshot

    Capture screenshots of the screen

  • git_commit

    Create git commits with automatic message generation

  • run_browser_automation

    Automate browser actions using Chrome DevTools Protocol

  • schedule_task

    Create and manage scheduled cron jobs

  • get_weather

    Fetch current weather and forecasts

可对比工具

openclawclaude-desktopcursorwindsurf

安装

# macOS / Linux / WSL
curl -fsSL https://files.lingti.com/install-lsbot.sh | bash

# Windows (PowerShell)
irm https://files.lingti.com/install-lsbot.ps1 | iex

对于 Claude Desktop 集成,将其添加到 Claude Desktop 的 config.json:

{
  "mcpServers": {
    "lsbot": {
      "command": "lsbot",
      "args": ["mcp"]
    }
  }
}

FAQ

lsbot 与其他 AI 机器人有什么不同?
lsbot 优先考虑安全性,采用端到端加密、本地数据存储、无运行时依赖和单一可执行文件。与许多不同,它不会通过可能读取用户数据的服务器路由消息。
支持哪些 AI 提供商?
lsbot 支持 16+ 种 AI 提供商,包括 Claude、DeepSeek、Kimi、MiniMax、Gemini、OpenAI 等。您可以为不同的代理或频道配置不同的提供商。
MCP 协议集成如何工作?
lsbot 实现完整的 MCP 协议,将其工具和资源暴露给 MCP 兼容客户端,如 Claude Desktop、Cursor 和 Windsurf。这允许 AI 客户端通过 lsbot 安全地访问本地系统资源。

lsbot 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。