Scarf

v1.0.0Developer Toolsstable

Native macOS and iOS App for the Hermes AI agent — multi-window, multi-server (local + remote over SSH). Chat, dashboard, sessions, memory, cron, MCP, and more.

ai-agentguihermesmacosmacos-app
Share:
519
Stars
0
Downloads
0
Weekly
0/5

What is Scarf?

Scarf is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to native macos and ios app for the hermes ai agent — multi-window, multi-server (local + remote over ssh). chat, dashboard, sessions, memory, cron, mcp, and more.

Native macOS and iOS App for the Hermes AI agent — multi-window, multi-server (local + remote over SSH). Chat, dashboard, sessions, memory, cron, MCP, and more.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Native macOS and iOS App for the Hermes AI agent — multi-win

Use Cases

Run the Hermes AI agent on native macOS and iOS with multi-window support.
Manage multiple local and remote MCP servers from a single interface.
awizemann

Maintainer

LicenseMIT
Languageswift
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx scarf

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Scarf

Scarf is a native macOS (and iOS companion via TestFlight) application that serves as a graphical front end for the Hermes AI agent, providing multi-window chat, real-time session monitoring, a visual MCP server registry with 30+ presets, credential management, cron job scheduling, and project dashboards. It connects to Hermes instances both locally and on remote machines via SSH, making it practical for developers who want a polished desktop experience for managing AI agents and their MCP server configurations without using a terminal.

Prerequisites

  • macOS 14.6 (Sonoma) or later
  • Hermes AI agent v0.6.0 or higher installed at ~/.hermes/ (v0.15.0+ recommended for full feature support)
  • For remote server connections: SSH key access and sqlite3 available on the remote host
  • Xcode 16.0+ only if building from source
1

Install Hermes AI agent

Scarf is a GUI front end for Hermes, so Hermes must be installed first. Follow the Hermes installation instructions to install the binary at ~/.hermes/ before launching Scarf.

# Verify Hermes is installed
ls ~/.hermes/
hermes --version
2

Download and install Scarf

Download the latest Scarf release from GitHub. The Universal build supports both Apple Silicon and Intel Macs. Drag Scarf.app into your Applications folder.

# Download from GitHub Releases:
# https://github.com/awizemann/scarf/releases
# Choose Scarf-vX.X.X-Universal.zip

# If macOS quarantine blocks the app:
xattr -d com.apple.quarantine /Applications/Scarf.app
3

Launch Scarf and connect to your Hermes instance

Open Scarf.app from Applications. On first launch it will detect the local Hermes installation at ~/.hermes/ automatically. For remote instances, add a new server connection via the server management panel using your SSH key.

4

Add MCP servers via the registry

Navigate to Manage → MCP Servers in Scarf. Browse the 30+ curated presets (GitHub, Linear, Notion, Stripe, Sentry, etc.) or add a custom server by providing the stdio command and arguments or an HTTP URL with optional bearer authentication.

5

Start chatting and monitor sessions

Open a chat window to interact with the Hermes agent. The real-time dashboard shows system health, token usage, and cost tracking. Use the session browser to search past conversations and the activity feed to inspect tool execution logs.

Scarf Examples

Client configuration

Scarf manages MCP server configuration through its GUI rather than a JSON file. This is the underlying Hermes MCP configuration format that Scarf writes on your behalf when you add servers through the interface.

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
      }
    },
    "custom-server": {
      "command": "/path/to/your/mcp-server",
      "args": ["--port", "3000"]
    }
  }
}

Prompts to try

After launching Scarf and connecting to Hermes, use these prompts in the chat window.

- "Show me the token usage and cost breakdown for my sessions this week."
- "List all MCP servers currently configured and their connection status."
- "Open a new chat session and help me debug the failing tests in my project."
- "Browse my Hermes skills and suggest which ones apply to a React project."
- "Set up a cron job to summarize my activity logs every morning at 9am."

Troubleshooting Scarf

Scarf launches but shows 'Hermes not found' or cannot connect to local instance

Confirm Hermes is installed at ~/.hermes/ and the binary is executable. Run 'ls ~/.hermes/' and 'hermes --version' in your terminal. Scarf requires Hermes v0.6.0 minimum; upgrade to v0.15.0+ for full feature compatibility.

macOS Gatekeeper blocks Scarf from opening

Right-click Scarf.app and select Open, then click Open in the dialog. Alternatively remove the quarantine flag with: xattr -d com.apple.quarantine /Applications/Scarf.app. The app is Developer ID signed and notarized.

Remote SSH server connection fails to connect

Verify that your SSH key has access to the remote host and that sqlite3 and pgrep are installed on it. The remote machine must have a readable ~/.hermes/ directory. Test SSH connectivity manually with: ssh -i ~/.ssh/your_key user@hostname.

Frequently Asked Questions about Scarf

What is Scarf?

Scarf is a Model Context Protocol (MCP) server that native macos and ios app for the hermes ai agent — multi-window, multi-server (local + remote over ssh). chat, dashboard, sessions, memory, cron, mcp, and more. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Scarf?

Follow the installation instructions on the Scarf GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Scarf?

Scarf works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Scarf free to use?

Yes, Scarf is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "scarf": { "command": "npx", "args": ["-y", "scarf"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Scarf?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides