MCP Agent
@Nhahan
MCP Agent について
MCP Agent is optimized using the ReWOO pattern, enabling even LLMs with fewer parameters to efficiently utilize MCP Server with minimal token consumption.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-agent-nhahan": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Agent?
MCP Agent is a LangGraph agent based on the ReWOO (Reasoning WithOut Observation) pattern that reduces prompt complexity for small LLMs and integrates with the Model Context Protocol (MCP) server for efficient tool execution.
How to use MCP Agent?
Install dependencies, set environment variables as shown in .env.example, configure MCP servers in mcp.json, then run python main.py. The agent executes the ReWOO workflow through a series of LangGraph nodes.
Key features of MCP Agent
- Implements the ReWOO pattern to minimize prompt complexity, especially for small LLMs.
- Filters available tools to those most relevant for the current query.
- Validates and automatically corrects execution plans on errors.
- Manages evidence in a dictionary, referencing previous results with placeholders.
- Orchestrates nine specialized LangGraph nodes for a structured workflow.
- Designed for efficient interaction with any MCP-compatible server.
Use cases of MCP Agent
- Automate multi-step reasoning tasks via MCP server tools.
- Perform complex tool calls using small or resource-constrained language models.
- Reduce token usage and prompt overloading compared to the ReAct pattern.
- Validate tool plans before execution to catch errors early.
FAQ from MCP Agent
—
「AI とエージェント」の他のコンテンツ
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
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
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント