MCP Agent
@Nhahan
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-agent-nhahan": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
β
More AI & Agents MCP servers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs β a Model Context Protocol (MCP) server.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
π‘οΈ A.I.GοΌAI-Infra-GuardοΌ
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Comments