$ timeahead.in
/ servers/pypi/fast-agent-mcp
pypi

fast-agent-mcp

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

4k stars25k/wkupdated 0d agogithub ↗
57poor
▣ Overview

What it does

fast-agent is a Python framework for building, testing, and deploying LLM agents with native MCP support. It provides a CLI-first interface with optional interactive terminal UI, letting you compose agents from simple declarative configuration files. The framework supports multiple LLM providers natively—Anthropic, OpenAI, Google, Azure, Ollama, Deepseek, and others—and includes features like structured outputs, vision and PDF support, MCP elicitations, and shell command execution within agent context.

Who it's for

AI engineers evaluating different models and MCP server combinations, developers building production agents with complex workflows, and teams that need rapid iteration between local development and cloud LLM providers. Useful for both interactive exploration and programmatic agent execution.

Common use cases

  • Chat with agents interactively to diagnose and tune behavior during development without redeploying.
  • Test the same agent against multiple LLM providers without code changes—swap between Opus, Sonnet, local Ollama models, etc.
  • Connect and inspect MCP server interactions, including Streamable HTTP transport diagnostics for debugging reliability.
  • Build evaluation platforms that measure agent performance across different models and configurations.
  • Orchestrate multi-step workflows with human-in-the-loop approval gates and real-time agent inspection.

Setup pitfalls

  • Eight secrets detected during scanning—handle LLM API keys, OAuth tokens, and other credentials securely; configure via environment variables or the built-in OAuth and KeyRing system.
  • High risk classification due to filesystem and network access; isolate execution in sandboxed environments when running untrusted agents or connecting to remote MCP servers.
  • Multiple LLM provider credentials may be needed for comparative testing; set these before launching agents to avoid runtime auth failures.
  • Some quickstart commands require the uv package manager; pip install works but uv is recommended for seamless tool mode and dependency management.
8 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
89
17.7
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
56.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high· 1 tools · auth: API key
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
call_openapi_endpoint✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "fast-agent": {
      "command": "uvx",
      "args": [
        "fast-agent-mcp"
      ]
    }
  }
}
⚙ Maintenance health
64/ 100 · is this project alive?
contributors (1y)37
top contributor share80%
releases (1y)66
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads25k
github stars4k
forks404
open issues25
license✓ present
readme length27555 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 27d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points