Atlas is an MCP client in 2026. It connects to local stdio servers and remote HTTP servers, discovers tools, prompts, and resources, and exposes them through the Atlas terminal workflow. Remote servers can use OAuth when supported. Each server remains a separate trust and data boundary that the organization must review.
Supported MCP surfaces
Atlas handles 3 core server surfaces: tools for actions, prompts for reusable instructions, and resources for retrievable context.
Local servers launch through stdio. Remote servers connect through HTTP transport, with OAuth discovery and callback handling when configured. Atlas also tracks connection status, request timeouts, and server changes.
Trust boundary
Every 1 MCP server can read or change only what its process, credentials, and exposed tools allow, so scope each integration deliberately.
Use least-privilege credentials, review the server's code and operator, and keep high-risk actions behind Atlas permission prompts. A remote MCP server can create an external data route even when the selected model is local.
Compatibility status
The 2026 registry labels MCP as protocol supported because Atlas implements the client boundary, not because every extension or third-party server has been certified.
Atlas does not claim inclusion in an official MCP client matrix until an external listing is visible. Test each required server and protocol feature against the Atlas version approved for the organization.
Setup
- 01Identify a trusted MCP server and document the data and actions it can access.
- 02Run atlas mcp add and choose a local command or remote URL.
- 03Inspect the saved connection with atlas mcp list.
- 04For a remote server that requires OAuth, run atlas mcp auth <name>.
- 05Use atlas mcp debug <name> and a low-risk test before enabling production credentials.
Frequently asked questions
- Is Atlas an MCP client?
- Yes. Atlas connects to configured MCP servers and exposes discovered tools, prompts, and resources in its terminal workflow.
- Does Atlas support remote MCP servers?
- Yes. Atlas implements remote HTTP transport and OAuth flows, alongside local stdio server processes.
- Does MCP support make every server safe to use?
- No. Each server has its own operator, code, credentials, tools, and data routes. Review and scope each one before use.
- Has the MCP project issued Atlas vendor recognition?
- Atlas makes no certification claim. The public status means Atlas implements and tests the protocol client boundary; external listings are tracked separately.
Try Atlas in your terminal
The terminal-native AI coding agent. Free core, single binary.
Install AtlasSources
- Model Context Protocol architecture overview (modelcontextprotocol.io)
Related guides
Review a Pull Request with Atlas (2026 Workflow)
How to review a pull request with Atlas in 2026: bash produces the raw patch, read pulls whole files, the lsp tool's findReferences checks callers the diff never shows.
Atlas with Qwen2.5-Coder 32B (Ollama): the air-gapped ceiling in 2026
Qwen2.5-Coder 32B (Ollama) in Atlas: 20GB of weights, roughly 22GB to serve on a 24GB card, 32K tokens (32,768) of context, Free (self-hosted), fully air-gapped.
Atlas with Mistral Large 3 (2512): Big Diffs, EU Hosted, 2026
Mistral Large 3 (2512) drives Atlas with a 262,144 token context and a matching 262,144 token output at $0.50 / 1M input tokens and $1.50 / 1M output tokens.
Atlas for Nim: A Terminal-Native AI Coding Agent for Nimble Packages and Macros in 2026
Atlas is a terminal-native AI coding agent for Nim in 2026. It reads .nimble requires and asterisk-exported symbols, adds std/unittest suites, runs nimble test, formats with nph.
Atlas with Databricks Foundation Model APIs in 2026: Frontier Models Inside the Lakehouse
Atlas with Databricks Foundation Model APIs in 2026: Claude Opus 4.7 at a 1,000,000 token context, GPT-5.5 at 1,050,000, governed by the same DATABRICKS_TOKEN.
Atlas with Phi-3 Medium 14B (Ollama): 128K Context at 7.9GB in 2026
Phi-3 Medium 14B (Ollama) gives Atlas a 128K tokens (131,072) window from a 7.9GB download, Free (self-hosted). Pull phi3:14b, not :medium-4k. Setup and tradeoffs.
Atlas for PowerShell: A Terminal-Native AI Coding Agent for Modules and Pester in 2026
Atlas is a terminal-native AI coding agent for PowerShell in 2026. It reads your .psm1 module and .psd1 manifest, adds SupportsShouldProcess, and runs Invoke-Pester behind a prompt.
Atlas for Python in 2026
Atlas is a terminal-native AI coding agent for Python in 2026. Run it in a repo with a pyproject.toml or requirements.txt and review every diff before it lands.