add-atomic-chat-tool

Expose local Atomic Chat models via an MCP server with an OpenAI-compatible API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-atomic-chat-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-atomic-chat-tool
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-atomic-chat-tool
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-atomic-chat-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exposes local Atomic Chat models to a container agent via an MCP server with an OpenAI-compatible API.

Core Features & Use Cases

  • Exposes local Atomic Chat models as tools via a stdio-based MCP server (list models and generate responses) for on-host inference.
  • Enables cost-efficient, private AI execution inside containerized workflows, suitable for development, testing, and offline operation.
  • Use cases include quick model probing, offline experimentation, and embedding local models into automated agent tasks.

Quick Start

Install Atomic Chat on the host, enable the Local API Server on port 1337, and load this skill so the agent can list models and generate responses.

Frequently Asked Questions about add-atomic-chat-tool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose local Atomic Chat models to a container agent for offline inference?

You can expose local Atomic Chat models to a container agent by deploying an MCP server with an OpenAI-compatible API, which registers tools, forwards host environment overrides, and enables on-host inference.

Can I use an MCP server to connect automated agent tasks to local models?

Yes, an MCP server connects automated container agent tasks to local models by copying the MCP source, updating tool allowlists, and forwarding host environment overrides for private, offline AI execution.

What do I need to set up before integrating local Atomic Chat models with a container agent?

Before integrating local Atomic Chat models, you must install Atomic Chat on the host and enable the Local API Server on port 1337 so the container agent can successfully list models and generate responses.

Does the Atomic Chat MCP server integration support OpenAI-compatible APIs?

Yes, the Atomic Chat MCP server integration supports OpenAI-compatible APIs, allowing development workflows to leverage cost-efficient, private AI execution inside containerized environments.

Why use local models with a container agent instead of cloud-based inference?

Using local models with a container agent provides on-host inference, ensuring privacy, offline capability, and cost-efficient AI execution suitable for development, testing, and quick model probing.