.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/atomicbot-ai/atomic-agent
home/mcp-servers/atomicbot-ai/atomic-agent
atomicbot-ai avatar

atomic-agent

byatomicbot-ai· 1 MCP server

Stars

1.1k

Forks

150

Category

AI Agents & MCP

View on GitHub

TL;DR

Lightweight local operator agent (browser + OS) runtime for Tauri apps. Connects to an external llama.cpp server via HTTP and exposes a sidecar NDJSON protocol plus a debug CLI.

How to install atomic-agent?

atomicbot-ai/atomic-agent
$git clone https://github.com/atomicbot-ai/atomic-agent

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install atomic-agent by running `git clone https://github.com/atomicbot-ai/atomic-agent`, then use it for the current task and follow its documentation at https://github.com/atomicbot-ai/atomic-agent.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<img src="assets/logo.svg" alt="Atomic Agent" width="120" />
4 
5# Atomic Agent
6 
7### A local-first AI agent that runs on your machine, with local or cloud models.
8 
9Drives your browser, edits files, runs approved commands, and remembers context across sessions. Open source, running on our TurboQuant `llama.cpp` for +30-50% throughput on small local models.
10 
11[![GAIA L1 · 69.8%](https://img.shields.io/badge/GAIA%20L1-69.8%25-0b63f6)](#benchmarks)
12[![Release](https://github.com/AtomicBot-ai/atomic-agent/actions/workflows/release.yml/badge.svg)](https://github.com/AtomicBot-ai/atomic-agent/actions/workflows/release.yml)
13[![Latest release](https://img.shields.io/github/v/release/AtomicBot-ai/atomic-agent?sort=semver&display_name=tag&logo=github)](https://github.com/AtomicBot-ai/atomic-agent/releases)
14[![Version](https://img.shields.io/github/package-json/v/AtomicBot-ai/atomic-agent?logo=npm)](package.json)
15[![License](https://img.shields.io/github/license/AtomicBot-ai/atomic-agent)](LICENSE)
16[![Node.js](https://img.shields.io/badge/node-%3E%3D25.7-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
17[![TypeScript](https://img.shields.io/badge/typescript-5.x-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
18![Local first](https://img.shields.io/badge/local--first-agent-7C3AED)
19![Private by default](https://img.shields.io/badge/private--by--default-local-059669)
20![No per-token fees](https://img.shields.io/badge/no%20per--token%20fees-llama.cpp-111827)
21![llama.cpp](https://img.shields.io/badge/llama.cpp-supported-111827)
22![Tauri sidecar](https://img.shields.io/badge/Tauri-sidecar-24C8DB?logo=tauri&logoColor=white)
23 
24**[Quick Install](#quick-install) · [Benchmarks](#benchmarks) · [Why Local-First](#why-local-first) · [Ways to Use It](#ways-to-use-it) · [Docs](#development)**
25 
26![atomic-agent terminal demo](assets/demo.gif)
27 
28</div>
29 
30---
31 
32A local-first AI agent that runs the control loop and all state on your machine. It drives your desktop: browse, read and edit files, run approved shell commands, inspect documents, remember context across sessions, schedule follow-ups, and call external tools over MCP. Embed it in your own apps over HTTP or a Tauri sidecar. `llama.cpp` first, so small quantized models stay useful for long, multi-step work on consumer hardware.
33 
34## Quick Install
35 
36macOS / Linux:
37 
38```bash
39curl -fsSL https://api.atomicbot.ai/agent-install | sh
40```
41 
42Windows (PowerShell):
43 
44```powershell
45irm https://raw.githubusercontent.com/AtomicBot-ai/atomic-agent/main/scripts/install.ps1 | iex
46```
47 
48The installer downloads the release archive, verifies the checksum, and installs the CLI plus support assets (`grammars/`, native prebuilds, and bundled `ripgrep`). Atomic Agent updates itself in place; after an update the TUI prompts you to restart.
49 
50> [!NOTE]
51> Developer preview. APIs, commands, config, and behavior are still moving, so pin a release if you need a stable integration point. Current builds: macOS, Linux x64, and Windows x64.
52 
53### Run
54 
55```bash
56atomic-agent
57```
58 
59> [!TIP]
60> Coming from Hermes or OpenClaw? Run `/import` in the TUI for a one-shot migration: sessions, cron jobs, and optionally your provider keys.
61 
62### Troubleshooting
63 
64If something isn't working:
65 
661. Copy your error logs and system specs.
672. Open an issue on [GitHub](https://github.com/AtomicBot-ai/atomic-agent/issues).
683. Or ask for help in our [Discord](https://discord.com/invite/Us7qXtDGw).
69 
70## Benchmarks
71 
72On the public **GAIA validation Level 1** split (53 tasks), Atomic Agent and Hermes drove the **same** local `qwen-3.6-35b-a3b` (`llama-server`, UD-Q4_K_XL), with the same step budget and timeout. The only variable is the agent loop.
73 
74![GAIA Level 1 benchmark: atomic-agent 69.8% vs Hermes 58.5%](assets/gaia-l1-benchmark.png)
75 
76| Metric | Atomic Agent | Hermes |
77|---|---|---|
78| **Accuracy** | **37/53 = 69.8%** | 31/53 = 58.5% |
79| Avg wall / task | **~217 s** | ~351 s |
80| Head-to-head wins | **+15 atomic-only** | +9 Herm

Preview

atomicbot-ai/atomic-agentatomicbot-ai/atomic-agent
Repoatomicbot-ai/atomic-agent
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k