Skip to main content
ClaudeWave

Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support

MCP Servers3.8k stars403 forksPythonApache-2.0Updated yesterday
Editor's note

Fast-agent is a Python framework for building, running, and evaluating LLM agents and multi-agent workflows from the command line. It connects to Claude and other models through the Anthropic API and supports MCP as both client and server, allowing users to connect to MCP servers via STDIO or Streamable HTTP with OAuth authentication managed through a built-in `fast-agent auth` command with KeyRing storage. The framework includes a prompt_toolkit-powered interactive terminal interface with completions and in-terminal menus, a `/skills` command for managing reusable agent capabilities defined in SKILL.md files, and a `/connect` command for attaching live MCP servers during a session. A notable standout is that fast-agent claims to be the only tool capable of inspecting Streamable HTTP Transport usage, which aids in debugging MCP compliance. Developers building agentic pipelines, evaluators testing model-tool interactions, and teams needing reproducible agent configurations stored as plain files will find the most use here. Any fast-agent setup can also be exposed as an ACP server for use with compatible clients.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · fast-agent
Claude Code CLI
claude mcp add fast-agent -- uvx fast-agent
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fast-agent": {
      "command": "uvx",
      "args": ["fast-agent"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/evalstate/fast-agent and follow its README.

2 items in this repository

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing.

Install

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool call/result correlation, and common failure patterns.

Install

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
acpagentagent-frameworkagent-skillsclimcpmcp-clientmcp-serverpythonskillstui

What people ask about fast-agent

What is evalstate/fast-agent?

+

evalstate/fast-agent is mcp servers for the Claude AI ecosystem. Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support It has 3.8k GitHub stars and was last updated yesterday.

How do I install fast-agent?

+

You can install fast-agent by cloning the repository (https://github.com/evalstate/fast-agent) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is evalstate/fast-agent safe to use?

+

Our security agent has analyzed evalstate/fast-agent and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains evalstate/fast-agent?

+

evalstate/fast-agent is maintained by evalstate. The last recorded GitHub activity is from yesterday, with 24 open issues.

Are there alternatives to fast-agent?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fast-agent to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: evalstate/fast-agent
[![Featured on ClaudeWave](https://claudewave.com/api/badge/evalstate-fast-agent)](https://claudewave.com/repo/evalstate-fast-agent)
<a href="https://claudewave.com/repo/evalstate-fast-agent"><img src="https://claudewave.com/api/badge/evalstate-fast-agent" alt="Featured on ClaudeWave: evalstate/fast-agent" width="320" height="64" /></a>

More MCP Servers