aicoolies logo
fast-agent logo

fast-agent

MCP, ACP and Skills support for building production coding agents — interactive or automated.

Share
open-source
Visit Website →

fast-agent is an Apache-licensed Python framework for building and running LLM agents with full MCP (Model Context Protocol) and ACP support. It ships with an interactive shell mode, Skills management, and multi-model routing — making it a practical platform for coding agents, workflow automation, and agent evaluation across Claude, Codex, HuggingFace, and local models.

We have a review for this tool

A detailed review by the aicoolies team — click to read

fast-agent provides a flexible runtime for building LLM-powered agents with first-class support for MCP servers, ACP (Agent Communication Protocol), and reusable Skills. Developers can launch an interactive coding agent session with a single uvx fast-agent-mcp@latest -x command, connect to any MCP server over stdio or HTTP with OAuth, and manage skills via a built-in /skills command. The framework targets the full spectrum of agentic use cases — from exploratory coding sessions to fully automated CI pipelines and evaluation harnesses.

Unlike general-purpose agent frameworks that treat MCP as an afterthought, fast-agent is designed around the protocol from the ground up — supporting Sampling, Elicitations, and other advanced MCP features that most frameworks omit. It supports multiple model providers out of the box (Anthropic Claude, OpenAI Codex, HuggingFace Inference, llama.cpp, and generic local models) and ships with preconfigured packs for common workflows like --pack hf-dev for HuggingFace development or --pack codex for OpenAI Codex-optimized agents. The --smart flag enables automatic subagent routing and compaction strategies for long-running sessions.

fast-agent fits developers who want a coding agent framework that stays close to the MCP standard while remaining lightweight and composable. It works equally well as a daily driver for interactive development (fast-agent --model opus -x --smart) and as an evaluation harness for testing agent behavior across model providers. With 3,700+ GitHub stars, an active Discord community, and regular releases under the Apache 2.0 license, it has become a credible alternative for teams who find LangChain too heavyweight or CrewAI too opinionated for terminal-first coding workflows.

Pricing

Free and open source under Apache 2.0. Install via pip install fast-agent-mcp or uv tool install -U fast-agent-mcp. No paid tiers.

Platforms

Python 3.10+. macOS, Linux, Windows. Terminal/CLI. Works with any MCP-compatible server (stdio or HTTP+OAuth).

Categories

Tags

Use Cases

Alternatives

mcp-agent

Composable agent orchestration via MCP servers

mcp-agent is an open-source framework with 8K+ GitHub stars for building AI agents that leverage MCP (Model Context Protocol) servers as composable tool providers. Agents connect to multiple MCP servers simultaneously, gaining access to diverse capabilities without custom integrations. Supports multi-agent workflows, parallel tool execution, and automatic server discovery. Designed to make MCP the universal interface between AI agents and external tools, databases, and services.

open-sourceOpen Source

SmoLAgents

Hugging Face's lightweight agent framework

smolagents is Hugging Face's lightweight agent framework for building AI agents that can use tools, write and execute code, and collaborate in multi-agent setups. Designed for simplicity with minimal abstractions — agents are just LLMs that write Python code to orchestrate tool calls rather than using JSON-based function calling. Supports any LLM provider, integrates with Hugging Face Hub for sharing tools and agents, and runs with as few as 1,000 lines of core library code.

open-sourceOpen Source
Agno logo

Agno

Lightweight multi-modal agent framework

Fast, lightweight Python framework for building multi-modal AI agents, formerly known as Phidata. Includes built-in memory, knowledge bases, tools, and reasoning capabilities with 40K+ GitHub stars. Designed for developers who want to build production-ready agents quickly with minimal boilerplate, supporting structured outputs and multi-agent coordination out of the box.

open-sourceOpen Source
Pydantic AI logo

Pydantic AI

Python agent framework by Pydantic team

Agent framework built on Pydantic for type-safe AI applications. Provides structured outputs, dependency injection, and multi-model support. Created by the Pydantic team, it brings the same validation and typing philosophy that made Pydantic essential for Python APIs to the world of AI agents, ensuring reliable data flow between LLMs and application logic.

open-sourceOpen Source

Related Tools

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Klavis AI logo

Klavis AI

MCP integration platform for agent tool use at scale

Klavis AI is an Apache-2.0 MCP integration platform for teams connecting AI agents to external SaaS tools and APIs. The public repo and official docs position it as infrastructure for reliable tool access at scale, so it fits teams that want reusable MCP connectors without treating every integration as a one-off script or custom OAuth maintenance project.

open-sourceOpen SourceTelemetry
Superserve logo

Superserve

Open-source Firecracker sandboxes for long-running AI agents

Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.

open-sourceOpen Source