Mcp Agent
@lastmile-ai
Mcp Agent について
Build effective agents using Model Context Protocol and simple workflow patterns
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-agent": {
"command": "uvx",
"args": [
"mcp-agent",
"init",
"--template",
"basic",
"#",
"Scaffold",
"a",
"new",
"project"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Agent?
Mcp Agent is a simple, composable framework for building effective agents using the Model Context Protocol (MCP). It fully implements MCP, manages the lifecycle of MCP server connections, and implements every pattern from Anthropic's "Building Effective Agents" in a composable way. Mcp Agent is for developers who want to build agents that can pause, resume, and recover without API changes, scaling from simple agents to sophisticated workflows on Temporal.
How to use Mcp Agent?
Install with uv add mcp-agent or pip install mcp-agent and optionally add LLM provider extras (e.g., openai, anthropic). Configure MCP servers and secrets in YAML files, then use the Python SDK to create Agent instances, attach an Augmented LLM, and generate responses. The CLI is available via uvx mcp-agent for scaffolding and deployment.
Key features of Mcp Agent
- Full MCP support: Tools, Resources, Prompts, Notifications, OAuth, and more
- Composable agent patterns: map-reduce, orchestrator, evaluator-optimizer, router
- Durable execution via Temporal without
「AI とエージェント」の他のコンテンツ
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
コメント