Content
# MCP_Agent
Build an Agent with MCP to implement a multi-step query strategy.
This environment is executed within a Docker container.
You can check the Agent setup strategy on Zhihu: https://zhuanlan.zhihu.com/p/1894473368180339955
Make sure to replace the LLM addresses and keys in the code with your own.
Steps to execute the code:
**1) Start the server**
```
python3 mcp_server.py
```
**2) Start the client**
```
uvicorn mcp_client:app --reload --host 0.0.0.0 --port 18475
```
**3) Q&A in Streamlit**
```
streamlit run stremlit_demo.py --server.port=18477
```
**Implementation Effect Images:**


**Finally, everyone is welcome to share their thoughts and contribute to improvements!!!**
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.