π DeepMCPAgent 0.4.0 is here!
Hey Product Hunt π,
We just shipped DeepMCPAgent 0.4.0, a big step forward in making AI agents more reliable, developer-friendly, and production-ready.
π Whatβs New in 0.4.0
Better Error Handling β safer defaults and clearer exceptions when MCP tools or servers fail.
Improved Tool Tracing β see exactly which tools were called, with inputs + outputs.
Cleaner CLI β no more flaky auto-gen; we rewrote the CLI docs and polished the experience.
Ruff + Mypy Fixes β linting, typing, and async tests now pass cleanly.
Docs Upgrade β new guides, working examples, and a clean MkDocs setup.
π What is DeepMCPAgent?
DeepMCPAgent is a Python library for building LangChain / LangGraph deep reasoning agents that can dynamically connect to any MCP server.
With built-in discovery and tool recognition, itβs truly plug-and-play: spin up an agent that can talk to multiple servers with just one line of code.
Think of it as agents that donβt just hallucinate answers β they reliably call the tools and servers you control, combining Deep Thinking with ReAct-style reasoning.
π‘ Why it matters
Works with any MCP-compliant server
Fully typed, tested, and lightweight
Optional DeepAgents loop for more advanced agent control
Perfect for server orchestration, custom integrations, or private AI workflows
π§ Example
deepmcpagent run \
--model-id "openai:gpt-4.1" \
--http "name=math url=http://127.0.0.1:8000/mcp transport=http"
β instantly spin up an agent that can add/multiply via an MCP math server.
π Learn More
GitHub: cryxnet/deepmcpagent
PyPI: deepmcpagent
Docs: full guide + API reference
π Thanks for all the feedback β 0.4.0 is about stability and developer experience, but weβre already cooking up a lot of new features for the next release.
Would love your thoughts, questions, and use cases in the comments!


Replies