MCP Catalogs
首页osaurus screenshot

osaurus

by osaurus-ai·5,287·综合分 59

一个原生的 macOS AI 交互框架,支持 MCP 服务器,可在本地/云模型上运行代理和工具。

ai-llmdeveloper-toolsproductivity
277
Forks
61
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Osaurus 是一个用 Swift 构建的 macOS AI 框架,提供个性化 AI 体验,包含持久化内存、自主代理和加密身份认证。作为 MCP 服务器,它通过 stdio 桥接暴露工具,兼容各类 MCP 客户端。该应用支持多种 AI 模型,包括本地 MLX 优化模型、Apple 基础模型以及 OpenAI 和 Anthropic 等云服务提供商。其沙盒环境在隔离的 Linux 虚拟机中安全执行代码,适用于需要安全性和隐私的个人和专业场景。

试试问 AI

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

:具有持久化内存的个人 AI 助手,可在会话间保持上下文
:在沙盒环境中执行代码的开发工作流程自动化
:将来自不同提供者(GitHub、Notion、Vercel 等)的 MCP 工具集成到 AI 工作流中
:Osaurus 支持哪些模型?
:Osaurus 如何处理安全性和隐私?

什么时候选它

如果你想要一个具有持久记忆、沙盒执行能力和 MCP 服务器功能的原生 macOS AI 代理,既能离线工作也能连接云服务,请选择 Osaurus。

什么时候不要选它

如果你需要跨平台支持或寻找具有更灵活许可选项的开源替代方案,不要选择 Osaurus。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_postgres

    Query PostgreSQL database

  • create_github_issue

    Create a new GitHub issue

  • list_files

    List files in a directory

  • search_web

    Search the web for information

  • send_email

    Send an email

  • schedule_task

    Schedule a task to run later

  • read_calendar

    Read calendar events

  • execute_shell

    Execute shell commands in a sandboxed environment

  • analyze_image

    Analyze images using vision capabilities

  • save_memory

    Save important facts to long-term memory

  • create_agent

    Create a new AI agent with specific capabilities

  • run_agent

    Run an agent with a specific task

说明:Tool names inferred from the plugin system description and MCP server documentation. The README mentions plugins for Mail, Calendar, Vision, macOS, Git, Filesystem, Search, etc. but doesn't provide specific tool names. Some tools were extra

可对比工具

lmstudio-mcpnativeaioobabooga-text-generation-webui

安装

通过 Homebrew 安装:

brew install --cask osaurus

或从 [Releases](https://github.com/osaurus-ai/osaurus/releases/latest) 下载最新的 .dmg 文件。

对于 Claude Desktop,添加到 claude_desktop_config.json

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

FAQ

Osaurus 支持哪些模型?
Osaurus 支持 MLX 优化的本地模型、Apple 基础模型(macOS 26+)、Liquid AI LFM 模型以及 OpenAI、Anthropic、Gemini、xAI/Grok、Venice AI、OpenRouter、Ollama 和 LM Studio 等云服务提供商。
Osaurus 如何处理安全性和隐私?
Osaurus 使用 secp256k1 密钥的加密身份,在隔离的 Linux 虚拟机中进行沙盒代码执行,并可以使用本地模型完全离线运行。云服务只有在用户明确选择时才会连接。

osaurus 对比

GitHub →

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