<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mcp on Derek's Guides</title><link>https://guides.derekleeds.cloud/tags/mcp/</link><description>Recent content in Mcp on Derek's Guides</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 13 Jun 2026 13:38:27 -0500</lastBuildDate><atom:link href="https://guides.derekleeds.cloud/tags/mcp/index.xml" rel="self" type="application/rss+xml"/><item><title>Hermes Agent Architecture</title><link>https://guides.derekleeds.cloud/docs/hermes/hermes-agent-architecture/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://guides.derekleeds.cloud/docs/hermes/hermes-agent-architecture/</guid><description>&lt;p&gt;Hermes Agent is easiest to understand as a runtime made of layers. The model is
important, but it is only one layer. The useful behavior comes from the way the
model is wrapped with tools, skills, memory, profiles, and gateway adapters.&lt;/p&gt;
&lt;pre class="mermaid"&gt;graph TD
 User[User] --&amp;gt; CLI[CLI]
 User --&amp;gt; Desktop[Desktop App]
 User --&amp;gt; Gateway[Discord / Telegram / Slack Gateway]
 CLI --&amp;gt; Agent[Hermes Agent Loop]
 Desktop --&amp;gt; Agent
 Gateway --&amp;gt; Agent
 Agent --&amp;gt; Model[LLM Provider]
 Agent --&amp;gt; Tools[Toolsets]
 Agent --&amp;gt; Skills[Skills]
 Agent --&amp;gt; Memory[Memory]
 Agent --&amp;gt; MCP[MCP Servers]
 Agent --&amp;gt; Sessions[Session Store]
 Tools --&amp;gt; System[Filesystem / Terminal / Browser / APIs]
 MCP --&amp;gt; Services[External and Local Services]&lt;/pre&gt;
&lt;h2 id="agent-loop"&gt;Agent Loop&lt;/h2&gt;
&lt;p&gt;At the center is the agent loop:&lt;/p&gt;</description></item></channel></rss>