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

fast-agent-mcp

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

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

What it does

fast-agent-mcp is a CLI framework for building, running, and evaluating LLM agents with integrated MCP server support. It provides a unified interface for interacting with multiple LLM providers—Anthropic, OpenAI, Google, Azure, Ollama, Deepseek—alongside MCP servers for tool composition. The framework enables interactive agent sessions with shell access, file system operations, and network calls, along with structured outputs, vision, and PDF support.

Who it's for

Developers building LLM-powered agents or workflows; teams setting up agent evaluation platforms; engineers composing MCP servers for agentic tasks; researchers prototyping multi-model agent configurations.

Common use cases

  • Build a coding agent with shell execution and file I/O for automated development tasks
  • Run an interactive agent session with MCP server connections to external tools or APIs
  • Compose multiple MCP servers into a single agent workflow for complex task execution
  • Test agent prompts and MCP interactions across different LLM models to optimize performance
  • Set up evaluation frameworks for comparing agent outputs on structured tasks

Setup pitfalls

  • 8 secrets detected in source: Review the codebase before production use. Ensure credentials are loaded from environment variables or secure vaults, not embedded.
  • High-risk classification: Agents have filesystem write and shell execution capabilities—sandbox execution and validate MCP server endpoints before connecting to untrusted sources.
  • Requires uv package manager: Install via astral.sh/uv; standard pip alone is insufficient for some installation paths.
  • Model credentials required: Populate API keys for your chosen provider (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY) before running agents.
  • MCP endpoint configuration: Distinguish between stdio (local, spawned by the agent) and HTTP (remote, requires credential storage)—mismatched transport can cause tool failures.
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%
88
17.6
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
56.6
⚿ 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"
      ]
    }
  }
}
📈 Score historylast 46 snapshots
5/10/20267/21/2026 · 46 snapshots
⚙ Maintenance health
65/ 100 · is this project alive?
contributors (1y)36
top contributor share79%
releases (1y)65
last release2d ago
ci✓ passing
⛁ Raw data
weekly downloads21k
github stars4k
forks417
open issues22
license✓ present
readme length27518 chars
last publish0d ago
last commit0d ago
last updated5d ago
install verified✓ pass · 70d 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