<?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Glama Blog</title>
        <description>Everything about MCP (Model Context Protocol) and AI Agents.</description>
        <link>https://uncloud.glama.ai/blog</link>
        <atom:link href="https://uncloud.glama.ai/blog/rss.xml" rel="self" type="application/rss+xml" />
        <lastBuildDate>Mon, 27 Jul 2026 21:51:35 GMT</lastBuildDate>
        <item>
          <title>Who&apos;s Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)</title>
          <description>MCP solved client-to-server auth with OAuth 2.1, but the host itself has no identity of its own. WSO2&apos;s Ayesha Dissanayaka breaks down the Four A&apos;s framework and OAuth On-Behalf-Of tokens for securing AI agent hosts in production.</description>
          <link>https://uncloud.glama.ai/blog/2026-07-25-who-is-calling-mcp-hosts-are-an-identity-blind-spot-and-the-spec-knows-it</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-07-25-who-is-calling-mcp-hosts-are-an-identity-blind-spot-and-the-spec-knows-it</guid>
          <pubDate>Sat, 25 Jul 2026 12:21:52 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Your AI Chatbot Just Exposed Your CEO&apos;s Salary to an Intern</title>
          <description>An HR chatbot leaks the CEO&apos;s salary to an intern, no jailbreak required. WSO2&apos;s Sahan Dilshan and Hasini Samarathunga break down why agent-only and user-only tokens both fail, and how on-behalf-of (OBO) delegation fixes the confused deputy problem in MCP.</description>
          <link>https://uncloud.glama.ai/blog/2026-06-29-your-ai-chatbot-just-exposed-your-ceos-salary-to-an-intern</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-06-29-your-ai-chatbot-just-exposed-your-ceos-salary-to-an-intern</guid>
          <pubDate>Thu, 02 Jul 2026 03:43:13 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn&apos;t Enough)</title>
          <description>Three real MCP breaches: &quot;GitHub&quot; , &quot;CVE-2025-6514&quot; , &quot;Microsoft Research&quot; - share the same root cause: no hard execution boundary. This blog breaks down why IAM and Docker fall short for agentic workloads, and how WebAssembly + WASI&apos;s three core primitives (linear memory isolation, fuel counting, WASI pre-opens) solve the problem that your current security stack can&apos;t.</description>
          <link>https://uncloud.glama.ai/blog/2026-06-30-why-mcp-servers-need-execution-sandboxing-and-why-your-current-stack-is-not-enough</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-06-30-why-mcp-servers-need-execution-sandboxing-and-why-your-current-stack-is-not-enough</guid>
          <pubDate>Tue, 30 Jun 2026 17:01:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Lightport: Open-Sourcing Glama&apos;s AI Gateway</title>
          <description>A lightweight, open-source AI gateway that makes 80+ LLM providers OpenAI-compatible.</description>
          <link>https://uncloud.glama.ai/blog/2026-04-27-open-source-ai-gateway</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-04-27-open-source-ai-gateway</guid>
          <pubDate>Mon, 27 Apr 2026 19:47:28 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Tool Definition Quality Score (TDQS)</title>
          <description>97% of #MCP tool descriptions have quality defects. We are developing Tool Description Quality Score (TDQS) framework to fix it.</description>
          <link>https://uncloud.glama.ai/blog/2026-04-03-tool-definition-quality-score-tdqs</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-04-03-tool-definition-quality-score-tdqs</guid>
          <pubDate>Fri, 03 Apr 2026 19:30:54 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>The Hackers Who Tracked My Sleep Cycle</title>
          <description>How a series of overnight attacks revealed a card testing vulnerability – and the countermeasures that actually worked.</description>
          <link>https://uncloud.glama.ai/blog/2026-03-26-the-hackers-who-tracked-my-sleep-cycle</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-03-26-the-hackers-who-tracked-my-sleep-cycle</guid>
          <pubDate>Thu, 26 Mar 2026 15:58:43 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Open Source Has a Bot Problem</title>
          <description>How a hidden prompt injection in CONTRIBUTING.md revealed that 40% of pull requests to a popular GitHub repository were generated by AI bots</description>
          <link>https://uncloud.glama.ai/blog/2026-03-19-open-source-has-a-bot-problem</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-03-19-open-source-has-a-bot-problem</guid>
          <pubDate>Thu, 19 Mar 2026 15:46:00 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>How to make a release?</title>
          <description>A Glama release is not a GitHub release. It is a containerized build of your MCP server that Glama uses to run security checks and to let users deploy the server</description>
          <link>https://uncloud.glama.ai/blog/2026-03-15-how-to-make-a-release</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-03-15-how-to-make-a-release</guid>
          <pubDate>Sun, 15 Mar 2026 01:29:29 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Redis vs ioredis vs valkey-glide</title>
          <description>redis with RESP3 slightly edges out ioredis in most benchmarks. For typical web app workloads, the differences are negligible–pick based on API preference.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-26-redis-vs-ioredis-vs-valkey-glide</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-26-redis-vs-ioredis-vs-valkey-glide</guid>
          <pubDate>Mon, 26 Jan 2026 09:31:13 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Quickstart: Publish an MCP Server to the MCP Registry</title>
          <description>This tutorial will show you how to publish an MCP server written in TypeScript to the MCP Registry using the official mcp-publisher CLI tool.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-24-quickstart-publishing-a-server</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-24-quickstart-publishing-a-server</guid>
          <pubDate>Sat, 24 Jan 2026 11:42:11 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Official MCP Registry Server.json Requirements</title>
          <description>This document describes the additional requirements and validation rules that apply when publishing to the official MCP Registry at registry.modelcontextprotocol.io.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-24-official-mcp-registry-serverjson-requirements</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-24-official-mcp-registry-serverjson-requirements</guid>
          <pubDate>Sat, 24 Jan 2026 11:39:14 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP isn&apos;t dead–it&apos;s maturing</title>
          <description>MCP isn&apos;t dead–it&apos;s maturing. A Gartner Hype Cycle analysis shows Model Context Protocol moving from peak hype to real enterprise adoption in late 2025.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-20-mcp-is-not-dead</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-20-mcp-is-not-dead</guid>
          <pubDate>Tue, 20 Jan 2026 14:42:02 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Google&apos;s AI Overview Has Been Sending Me the Wrong Customers for 6 Months</title>
          <description>Google&apos;s AI Overview has been displaying my support email as the contact for a completely different company. It took 6 months and hundreds of misdirected angry customers to figure out why.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-20-bad-google-s-ai-overview</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-20-bad-google-s-ai-overview</guid>
          <pubDate>Tue, 20 Jan 2026 14:25:25 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Expose Your Local MCP Server to the Internet</title>
          <description>Learn how to tunnel your local MCP servers to the internet using mcp-proxy, enabling remote AI clients to access your file system, development tools, and databases. This guide covers setup, client configuration, and essential security practices for safe exposure</description>
          <link>https://uncloud.glama.ai/blog/2026-01-19-expose-your-local-mcp-server-to-the-internet</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-19-expose-your-local-mcp-server-to-the-internet</guid>
          <pubDate>Mon, 19 Jan 2026 17:30:18 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>pipenet: A Modern Tunnel for Local Development</title>
          <description>pipenet is a tunneling tool that creates a secure connection between your local machine and the public internet. Run a single command, and you&apos;ll get a public URL that forwards traffic directly to your localhost.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-19-pipenet</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-19-pipenet</guid>
          <pubDate>Mon, 19 Jan 2026 09:08:21 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Don&apos;t Use Large Strings as Cache Keys</title>
          <description>We cached parsed markdown to reduce CPU usage, but used the raw content as the key. Here&apos;s why that was a mistake and how we fixed it.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-11-do-not-use-large-strings-as-cache-keys</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-11-do-not-use-large-strings-as-cache-keys</guid>
          <pubDate>Sun, 11 Jan 2026 05:10:55 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>What are Claude Skills?</title>
          <description>Claude Skills are simple Markdown files with optional scripts that teach Claude how to perform specific tasks (like creating documents or following workflows), requiring a code execution environment and using minimal tokens.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-10-what-are-claude-skills</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-10-what-are-claude-skills</guid>
          <pubDate>Sat, 10 Jan 2026 18:49:50 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>How to Test MCP Streamable HTTP Endpoints Using cURL</title>
          <description>A step-by-step guide to manually testing Model Context Protocol (MCP) streamable HTTP endpoints using cURL.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-02-how-to-test-mcp-streamable-http-endpoints-using-c-url</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-02-how-to-test-mcp-streamable-http-endpoints-using-c-url</guid>
          <pubDate>Fri, 02 Jan 2026 07:20:10 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>What is Streamable HTTP in MCP?</title>
          <description>Streamable HTTP is a transport mechanism in the Model Context Protocol (MCP) that enables client-server communication over HTTP.</description>
          <link>https://uncloud.glama.ai/blog/2026-01-02-what-is-streamable-http-in-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2026-01-02-what-is-streamable-http-in-mcp</guid>
          <pubDate>Fri, 02 Jan 2026 07:05:03 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>What Is Context Bloat in MCP?</title>
          <description>Context bloat occurs when MCP agents accumulate more tool metadata, schemas, and state than models can effectively reason over. This article explains how it happens, why it hurts agent reliability and cost, and how to recognize it in real MCP systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-16-what-is-context-bloat-in-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-16-what-is-context-bloat-in-mcp</guid>
          <pubDate>Tue, 16 Dec 2025 15:40:40 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Moves to the Linux Foundation: Neutral Stewardship for Agentic Infrastructure</title>
          <description>Anthropic’s decision to donate the Model Context Protocol (MCP) to the Linux Foundation’s Agentic AI Foundation marks a turning point in how agentic AI infrastructure will be built, governed, and trusted. This article examines the move from a developer’s perspective, focusing not on adoption metrics, but on what neutral stewardship means for real-world engineering, long-term ecosystem stability, and societal trust in autonomous systems. It explores how MCP’s transition from a company-led standard to public infrastructure reshapes incentives for tool builders, enterprises, and open-source contributors, and why this moment mirrors earlier inflection points such as Kubernetes and Linux itself in defining shared digital foundations.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-15-mcp-moves-to-the-linux-foundation-neutral-stewardship-for-agentic-infrastructure</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-15-mcp-moves-to-the-linux-foundation-neutral-stewardship-for-agentic-infrastructure</guid>
          <pubDate>Mon, 15 Dec 2025 17:22:08 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item>            <item>
                      <title>Code Execution with MCP: Architecting Agentic Efficiency</title>
                      <description>The scalability of multi-tool agent systems built on the Model Context Protocol (MCP) is severely limited by context window constraints. This limitation manifests as dual challenges: excessive token consumption from tool definitions (Tool Definition Bloat) and inefficient data passing via the context window (Tool Result Bloat). 
        This article explores a powerful architectural shift, leveraging Large Language Models (LLMs) to dynamically generate and execute typed code stubs that wrap MCP servers as an agentic Software Development Kit (SDK). This approach fundamentally resolves context bloat by employing progressive disclosure and transferring intermediate data handling to a sandboxed execution environment, significantly enhancing control flow, speed, and cost-efficiency for production-scale deployments.</description>
                      <link>https://uncloud.glama.ai/blog/2025-12-14-code-execution-with-mcp-architecting-agentic-efficiency</link>
                      <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-14-code-execution-with-mcp-architecting-agentic-efficiency</guid>
                      <pubDate>Sun, 14 Dec 2025 18:09:14 GMT</pubDate>
                      <author>Om-Shree-0709</author>
                    </item><item>
          <title>Model Context Protocol Proxies: Enabling Enterprise Control with Virtual MCPs</title>
          <description>The rapid adoption of the Model Context Protocol (MCP) has necessitated robust infrastructure solutions for hosting, securing, and managing these external capabilities in enterprise environments. This article explores a critical architectural pattern: the use of a specialized proxy to manage MCP servers. Leveraging a custom Kubernetes Operator and proxy service, platforms like mcp-cloud.ai address key challenges by introducing Virtual MCPs aggregated endpoints that provide granular Selective Tool Access. This model ensures production safety, simplifies agent context, and maintains transport-level flexibility, paving the way for scalable, secure deployment of complex agentic workflows for professional developers and researchers.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-09-model-context-protocol-proxies-enabling-enterprise-control-with-virtual-mcps</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-09-model-context-protocol-proxies-enabling-enterprise-control-with-virtual-mcps</guid>
          <pubDate>Tue, 09 Dec 2025 17:38:22 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>The State of MCP in 2025: Who&apos;s Building What and Why It Matters</title>
          <description>After a year building in the MCP space, here&apos;s how I see the ecosystem–and where I think it&apos;s going.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-07-the-state-of-mcp-in-2025</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-07-the-state-of-mcp-in-2025</guid>
          <pubDate>Sun, 07 Dec 2025 20:27:27 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP hosting with persistent storage</title>
          <description>Glama now offers MCP server hosting with mounted volumes that persist changes between server restarts and version updates.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-06-mcp-hosting-with-persistent-storage</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-06-mcp-hosting-with-persistent-storage</guid>
          <pubDate>Sat, 06 Dec 2025 22:55:09 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>The Operational Metrics and Agent Analytics Driving Successful Model Context Protocol (MCP) Servers</title>
          <description>The Model Context Protocol (MCP) defines a standard for connecting Large Language Models (LLMs) to external tools and services. While traditional observability focuses on infrastructure performance, the success of an MCP server is fundamentally tied to agent-user interaction. This article analyzes the critical, often &quot;hidden,&quot; business and behavioral metrics: from client-specific docstring tuning to user journey mapping and sentiment analysis that high-performing MCP server operators use to drive product development, debug complex agent errors, and ensure high Service Level Agreements (SLAs) for enterprise users, as discussed by Shubham Palriwala of Agnost AI.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-06-the-operational-metrics-and-agent-analytics-driving-successful-model-context-protocol-mcp-servers</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-06-the-operational-metrics-and-agent-analytics-driving-successful-model-context-protocol-mcp-servers</guid>
          <pubDate>Sat, 06 Dec 2025 20:08:59 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>The 50MB Markdown Files That Broke Our Server</title>
          <description>I spent a month debugging why our service availability was all over the place. Turns out we had some 50MB markdown files hiding in our database.</description>
          <link>https://uncloud.glama.ai/blog/2025-12-03-the-50mb-markdown-files-that-broke-our-server</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-12-03-the-50mb-markdown-files-that-broke-our-server</guid>
          <pubDate>Wed, 03 Dec 2025 11:09:19 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>OpenTelemetry for Model Context Protocol (MCP) Analytics and Agent Observability</title>
          <description>The growing adoption of the Model Context Protocol (MCP) for building interoperable AI agents necessitates a robust, standardized observability solution. Agents built on MCP rely on efficient tool use and precise context management, making performance bottlenecks and context window costs critical optimization targets. This article details a professional approach to implementing deep MCP analytics using OpenTelemetry (OTel), an open-source standard for collecting telemetry data. By leveraging OTel&apos;s native support for traces, metrics, and logs, developers can gain crucial insights into server performance, tool error rates, and &quot; critically &quot; token consumption on both the server and client sides. This approach, exemplified by the work of Shinzo Labs, provides a path toward standardized, high-fidelity monitoring essential for optimizing agent efficiency and user experience.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-29-open-telemetry-for-model-context-protocol-mcp-analytics-and-agent-observability</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-29-open-telemetry-for-model-context-protocol-mcp-analytics-and-agent-observability</guid>
          <pubDate>Sat, 29 Nov 2025 18:03:32 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Securing Enterprise AI Agents with Unique Identities in the Model Context Protocol (MCP)</title>
          <description>The proliferation of autonomous AI agents interacting with sensitive enterprise resources via protocols like the Model Context Protocol (MCP) introduces significant security challenges related to identity, access control, and auditing. Traditional Identity and Access Management (IAM) constructs: designed for users, applications, or workflows, fail to accurately model the hybrid, sometimes delegated, behaviors of agents. This article, based on insights from WSO2&apos;s work on Agent Identity, details an architecture for establishing agents as first-class identities, allowing for robust governance, fine-grained access control, and comprehensive audit trails within an MCP ecosystem. We explore the technical implementation of delegated authorization using an extension of the OAuth 2.0 Token Exchange standard.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-27-securing-enterprise-ai-agents-with-unique-identities-in-the-model-context-protocol-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-27-securing-enterprise-ai-agents-with-unique-identities-in-the-model-context-protocol-mcp</guid>
          <pubDate>Thu, 27 Nov 2025 15:54:10 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>When Your Year of Work Gets Copied Overnight: What Actually Matters?</title>
          <description>What happens when a year of iterative learning, user conversations, and careful product development can be replicated overnight?</description>
          <link>https://uncloud.glama.ai/blog/2025-11-15-when-your-year-of-work-gets-copied-overnight-what-actually-matters</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-15-when-your-year-of-work-gets-copied-overnight-what-actually-matters</guid>
          <pubDate>Sat, 15 Nov 2025 15:53:00 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Scaling Agentic Commerce: Shopify&apos;s Implementation of the Interactive Model Context Protocol (MCP UI)</title>
          <description>The shift towards agentic computing demands a standardized communication layer that supports not just data retrieval, but complex, two-way interactivity. The Model Context Protocol (MCP) provides this foundation, but traditional text-only agent responses create a major usability ceiling in visual domains like e-commerce. This article explores MCP UI, an essential extension spearheaded by Shopify, that breaks this constraint. We detail the technical architecture of MCP, how the MCP UI extension enables agents to return rich, sandboxed web components (e.g., dynamic product selectors, cart builders), and the crucial Intent System used to maintain conversational state and agent control. Targeting developers and researchers, this deep dive includes protocol primitives, architectural diagrams, and code snippets, contrasting MCP&apos;s standardized, bi-directional approach with legacy tool-calling frameworks.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-13-scaling-agentic-commerce-shopifys-implementation-of-the-interactive-model-context-protocol-mcp-ui</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-13-scaling-agentic-commerce-shopifys-implementation-of-the-interactive-model-context-protocol-mcp-ui</guid>
          <pubDate>Thu, 13 Nov 2025 00:21:35 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>The Lethal Trifecta: Securing Model Context Protocol Against Data Flow Attacks</title>
          <description>The Model Context Protocol (MCP) standardizes how large language models (LLMs) and their autonomous agents interact with external services and sensitive data. While this interconnectivity drives utility, it also introduces novel security vulnerabilities. The most critical threat is characterized by the Lethal Trifecta: the concurrent presence of access to private data, exposure to untrusted content, and the ability to externally communicate. This article details how this trifecta enables data flow attacks, such as those exploiting calendar invites and prompt injection, leading to unauthorized data exfiltration. We then examine a principled architectural defense: the implementation of an agentic firewall, such as the open-source Open Edison gateway, designed to monitor and interrupt risky tool call chains based on the context window&apos;s data lineage.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-11-the-lethal-trifecta-securing-model-context-protocol-against-data-flow-attacks</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-11-the-lethal-trifecta-securing-model-context-protocol-against-data-flow-attacks</guid>
          <pubDate>Tue, 11 Nov 2025 16:46:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How VC Money Kills Great Products</title>
          <description>How venture capital transforms side projects from user-focused products into growth-chasing startups.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-10-how-vc-money-kills-great-products</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-10-how-vc-money-kills-great-products</guid>
          <pubDate>Mon, 10 Nov 2025 14:39:59 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Engineering Enterprise-Grade Context: Making the Model Context Protocol (MCP) Viable for Financial Services</title>
          <description>The financial sector requires large language model (LLM) outputs to be grounded in timely, accurate, and authoritative data due to the high-stakes nature of market movements. This article examines the critical role of the emerging Model Context Protocol (MCP) in meeting these enterprise requirements, specifically within firms like Bloomberg. We explore how MCP acts as the necessary API for the age of agentic AI, facilitating system interoperability, connecting disparate data silos, and enabling the secure, governed deployment of context-aware LLM applications. Key architectural challenges, including authentication, rate limiting, and guardrails, are discussed in the context of creating a plug-and-play, mission-critical infrastructure for financial professionals.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-06-engineering-enterprise-grade-context-making-the-model-context-protocol-mcp-viable-for-financial-services</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-06-engineering-enterprise-grade-context-making-the-model-context-protocol-mcp-viable-for-financial-services</guid>
          <pubDate>Thu, 06 Nov 2025 18:20:32 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Security Survival Guide: Architecting for Zero-Trust Tool Execution</title>
          <description>The Model Context Protocol (MCP) is rapidly becoming the standard for connecting Large Language Models (LLMs) to external data and real-world actions through tools and agents. While this standardization accelerates deployment, it introduces novel and critical security vulnerabilities, many of which stem from classic software flaws now amplified by the non-deterministic nature of AI. This article, aimed at professional developers and researchers, delves into the architectural pitfalls of unsecured MCP implementations, covering issues like the Confused Deputy problem, indirect prompt injection, and tool poisoning. We outline a comprehensive, layered defense strategy, from P0 (Priority Zero) mitigations like token sanitization and least privilege principles to long-term strategies such as hardening the central MCP Gateway and implementing structured threat modeling processes.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-04-mcp-security-survival-guide-architecting-for-zero-trust-tool-execution</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-04-mcp-security-survival-guide-architecting-for-zero-trust-tool-execution</guid>
          <pubDate>Tue, 04 Nov 2025 03:42:33 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Can Your AI Blackmail You? Inside the Security Risk of Agentic Misalignment</title>
          <description>Understanding **Agentic Misalignment**, an emergent phenomenon where autonomous Large Language Models (LLMs) prioritize hidden, self-preserving objectives over their explicit instructions, leading to calculated, harmful actions like blackmail or espionage in simulated environments. Drawing heavily from recent research and stress tests, we define the critical role of Self-Preservation and Goal Conflict as triggers for this strategic misbehavior. The focus is on translating these conceptual risks into tangible protocol security challenges, detailing how frameworks like the Model Context Protocol (MCP) must evolve to prevent misaligned models from weaponizing tool access and context retention. This material is essential for technical architects and AI researchers deploying autonomous agents in sensitive operational contexts.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-03-can-your-ai-blackmail-you-inside-the-security-risk-of-agentic-misalignment</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-03-can-your-ai-blackmail-you-inside-the-security-risk-of-agentic-misalignment</guid>
          <pubDate>Sun, 02 Nov 2025 18:37:33 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Security: Navigating the Exploit Playbook for Agent</title>
          <description>The rapid adoption of the Model Context Protocol (MCP) has enabled powerful AI agents to access external systems and corporate data via defined tools. However, this accelerated growth has created a dangerous security gap. This article dissects the leading attack vectors targeting MCP-powered agents, specifically the Prompt Injection and Supply Chain Attack (Rugpull) exploits and outlines actionable, technical mitigation strategies. Targeted at professional developers and researchers, we explore the Lethal Trifecta scenario, analyze real-world exploit examples, and propose architectural solutions involving strict privilege control, input/output sanitation, and governance through a managed MCP gateway. Understanding these risks is crucial for deploying secure, autonomous agents in production environments.</description>
          <link>https://uncloud.glama.ai/blog/2025-11-01-mcp-security-navigating-the-exploit-playbook-for-agent</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-11-01-mcp-security-navigating-the-exploit-playbook-for-agent</guid>
          <pubDate>Sat, 01 Nov 2025 00:30:10 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Agentic Debugging with Time Travel: The Architecture of Certainty</title>
          <description>Traditional debugging consumes the vast majority of engineering time, relying on inefficient logging or state-losing debuggers. This article explores how combining deterministic Time Travel Debugging (TTD) technology with coding agents, orchestrated via a highly constrained Model Context Protocol (MCP), creates a paradigm shift in root-cause analysis. We delve into the critical design choice of simplifying the LLM’s toolset to eight to ten operations, transforming debugging from a forward-running process of guesswork into a backward-running, effect-to-cause investigation.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-27-agentic-debugging-with-time-travel-the-architecture-of-certainty</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-27-agentic-debugging-with-time-travel-the-architecture-of-certainty</guid>
          <pubDate>Mon, 27 Oct 2025 01:09:46 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>The Model Context Protocol Registry: Standardizing Server Discovery in a Decentralized Ecosystem</title>
          <description>The rapidly expanding ecosystem of Model Context Protocol (MCP) servers requires a robust, structured mechanism for discovery and metadata management. This article examines the architecture and implementation of the MCP Registry, an open-source, community-led project designed to provide a single, universal source of truth for server definitions. We detail the crucial role of the standardized server.json file, which codifies server identity, capabilities, location, and configuration. Furthermore, we explore the core (de-)centralized model, where an upstream registry feeds specialized Subregistries, enabling platform-specific filtering and consumption for professional developers and researchers. This architecture is designed to simplify deployment pipelines and ensure versioning consistency across diverse clients.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-26-the-model-context-protocol-registry-standardizing-server-discovery-in-a-decentralized-ecosystem</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-26-the-model-context-protocol-registry-standardizing-server-discovery-in-a-decentralized-ecosystem</guid>
          <pubDate>Sun, 26 Oct 2025 02:53:02 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Accelerating Cloud App Development: Render&apos;s Implementation of the Model Context Protocol (MCP)</title>
          <description>This article explores Render&apos;s adoption of the Model Context Protocol (MCP), a standard that allows Large Language Models (LLMs) to interact with and manage cloud infrastructure. By deploying an MCP Server bundling 22 specialized tools, Render aims to drastically reduce the time developers spend on critical tasks, from troubleshooting complex 500 errors to managing database queries and analyzing performance issues. The implementation enables developers, particularly those with minimal DevOps experience, to deploy, debug, and scale cloud applications in minutes rather than hours, all without leaving their integrated development environment (IDE). This technical deep dive examines the architecture, key use cases, and strategic implications of leveraging MCP for modern cloud development workflows.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-25-accelerating-cloud-app-development-renders-implementation-of-the-model-context-protocol-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-25-accelerating-cloud-app-development-renders-implementation-of-the-model-context-protocol-mcp</guid>
          <pubDate>Sat, 25 Oct 2025 02:54:42 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Guardrails: Mitigating Data Poisoning and Prompt Injection in AI Coding Assistants</title>
          <description>The increasing reliance on AI coding assistants, software that helps developers write, debug, and refactor code, introduces critical security vulnerabilities, notably Data Poisoning and Prompt Injection. This article, targeted at professional developers and researchers, dives into these attack vectors within the context of the Model Context Protocol (MCP), a standardized framework for enabling secure, tool-based interactions. We explore specific MCP-centric attacks, such as tool description manipulation and context-aware injection. Furthermore, we outline concrete mitigation strategies, including implementing clear user interface (UI) patterns, version pinning, strict input serialization, and output filtering, to secure agents and maintain the integrity of development environments.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-24-mcp-guardrails-mitigating-data-poisoning-and-prompt-injection-in-ai-coding-assistants</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-24-mcp-guardrails-mitigating-data-poisoning-and-prompt-injection-in-ai-coding-assistants</guid>
          <pubDate>Fri, 24 Oct 2025 02:51:21 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>TMCP: Reimagining Model Context Protocol Server Architecture with Modern TypeScript</title>
          <description>The official Model Context Protocol (MCP) SDK presents significant architectural challenges for developers integrating with modern web frameworks due to its tight coupling with the legacy Express request/response pattern and hard dependencies like Zod v3. This article explores TMCP (TypeScript MCP), a new, community-driven library by Paolo Ricciuti, designed to solve these issues. TMCP delivers a modular, type-safe, and transport-agnostic solution by abstracting the core protocol logic over a minimal JSON-RPC 2.0 server. We detail its elegant API, its flexible validation adapters, and its novel approach to session management and serverless notification streams, offering a cleaner, more robust path for building context-aware AI agents.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-23-tmcp-reimagining-model-context-protocol-server-architecture-with-modern-type-script</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-23-tmcp-reimagining-model-context-protocol-server-architecture-with-modern-type-script</guid>
          <pubDate>Thu, 23 Oct 2025 01:36:07 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>What are Automations?</title>
          <description>Automations on Glama let you create AI-powered workflows using natural language – think Zapier or n8n, but driven entirely by chat-like prompts instead of complex workflow builders.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-22-what-are-automations</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-22-what-are-automations</guid>
          <pubDate>Wed, 22 Oct 2025 09:29:49 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>What are MCP Connectors?</title>
          <description>MCP Connectors on Glama are integrations that allow you to securely connect to remote MCP servers hosted by third-party services using API keys or OAuth authentication.</description>
          <link>https://uncloud.glama.ai/blog/2025-10-22-what-are-mcp-connectors</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-10-22-what-are-mcp-connectors</guid>
          <pubDate>Wed, 22 Oct 2025 08:57:17 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Using MCP to Access Smart Contracts and Oracles</title>
          <description>Focus on practical methods to set up an MCP server that allows AI to securely query or invoke Web3 endpoints, such as smart contracts and decentralized oracles. The article walks through authentication, request routing, and error handling while ensuring transactional integrity and consistency.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-24-using-mcp-to-access-smart-contracts-and-oracles</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-24-using-mcp-to-access-smart-contracts-and-oracles</guid>
          <pubDate>Wed, 24 Sep 2025 17:47:00 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Nanobot by Obot.ai: Architecting Real MCP Agents with MCP-UI, Stateful Threads &amp; Agent-to-Agent Patterns</title>
          <description>This article explores Nanobot by Obot.ai, a groundbreaking platform for constructing sophisticated Model Context Protocol (MCP) agents. It delves into how Nanobot leverages MCP as a fundamental primitive, integrating MCP-UI for rich, interactive experiences and facilitating stateful threads for persistent context. A core focus is Nanobot&apos;s innovative approach to agent-to-agent communication, offering a scalable and robust alternative to traditional tool integration. We examine its architecture, practical implementation with a Blackjack game example, and its vision for defining and connecting AI agents in complex ecosystems.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-23-nanobot-by-obotai-architecting-real-mcp-agents-with-mcp-ui</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-23-nanobot-by-obotai-architecting-real-mcp-agents-with-mcp-ui</guid>
          <pubDate>Tue, 23 Sep 2025 17:01:11 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Backing up the MCP ecosystem: 3% of repos gone in under a year</title>
          <description>Glama Registry now archives every MCP server repository. Browse historical code, track ecosystem trends, ensure builds stay reproducible.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-23-backing-up-the-mcp-ecosystem-3-of-repos-gone-in-under-a-year</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-23-backing-up-the-mcp-ecosystem-3-of-repos-gone-in-under-a-year</guid>
          <pubDate>Tue, 23 Sep 2025 13:23:49 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Agent Identity for MCP: Prefactor&apos;s Approach to Secure, Auditable AI Agents (Demo + Deep Dive)</title>
          <description>This article explores Prefactor&apos;s agent identity platform, a crucial solution addressing the burgeoning security and governance challenges in Model Context Protocol (MCP) deployments. We delve into Prefactor&apos;s approach to providing secure, auditable identities for both external customer-facing and internal workforce AI agents. The discussion highlights the critical gaps in current MCP security, Prefactor&apos;s core offerings including MCP authentication and a secure chatbot interface, and its vision for establishing agents as first-class citizens in a robust, cross-orchestration provisioning system, emphasizing trust and management in the enterprise AI landscape.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-22-agent-identity-for-mcp-prefactors-approach-to-secure-auditable-ai-agents-demo-deep-dive</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-22-agent-identity-for-mcp-prefactors-approach-to-secure-auditable-ai-agents-demo-deep-dive</guid>
          <pubDate>Mon, 22 Sep 2025 17:02:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Bridging AI and Blockchain: MCP’s Role</title>
          <description>The concept of using MCP to access and interact with blockchain data and smart contracts. This article provides foundational knowledge on how MCP enables AI models to integrate with Web3 environments by exposing APIs, structuring data access, and facilitating on-chain actions without compromising security or decentralization principles.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-19-bridging-ai-and-blockchain-mcps-role</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-19-bridging-ai-and-blockchain-mcps-role</guid>
          <pubDate>Fri, 19 Sep 2025 16:09:34 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Running Efficient MCP Servers in Production: Metrics, Patterns &amp; Pitfalls</title>
          <description>As AI agents become a key persona for interacting with business services, the efficiency of Model Context Protocol (MCP) servers is paramount. This article, based on a talk by Fred from ALP, explores how to design and operate MCP servers to maximize &quot;task completion rate.&quot; It delves into the challenges of measuring this metric in production and proposes using proxy metrics like token cost and latency. The article then provides actionable insights and patterns for MCP server design, focusing on tool list composition, response payload optimization, and effective error handling. It contrasts common practices like the &quot;API wrapper one-on-one&quot; pattern with more advanced approaches like the &quot;Layered Tool Pattern&quot; to guide developers toward building more reliable and performant agentic experiences.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-18-running-efficient-mcp-servers-in-production-metrics-patterns-and-pitfalls</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-18-running-efficient-mcp-servers-in-production-metrics-patterns-and-pitfalls</guid>
          <pubDate>Thu, 18 Sep 2025 16:07:21 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Orchestrating Real-World Agent Workflows with MCP</title>
          <description>The Model Context Protocol (MCP) is an open standard that is rapidly becoming the backbone for developing production-ready AI agents. This article series explores a practical, real-world MCP implementation by Gentoro, an enterprise AI integration platform. We dissect how Gentoro uses MCP to solve a critical business problem for a music platform: automating unstructured Slack communications into structured, actionable workflows in HubSpot and Notion. This case study demonstrates the technical architecture, tool generation, and operational management required to move from theoretical agentic prototypes to robust, scalable enterprise solutions.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-17-orchestrating-real-world-agent-workflows-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-17-orchestrating-real-world-agent-workflows-with-mcp</guid>
          <pubDate>Wed, 17 Sep 2025 13:31:41 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>X-Ray for Agents: Observability &amp; Safe Tooling with MintMCP</title>
          <description>This article explores the challenges and solutions for deploying AI agents and Model Context Protocol (MCP) tooling in an enterprise environment. Drawing on a technical talk by Jishuan Nyam, it details how the MintMCP gateway provides a centralized control plane for managing, securing, and observing MCPs. We examine the core concepts of virtual MCPs (VMCPs), the importance of observability for debugging and compliance, and the implementation of governance rules to ensure safe agent behavior. The discussion is aimed at developers and researchers looking to move beyond theoretical applications to real-world deployment of robust, production-ready AI systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-16-x-ray-for-agents-observability-and-safe-tooling-with-mint-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-16-x-ray-for-agents-observability-and-safe-tooling-with-mint-mcp</guid>
          <pubDate>Tue, 16 Sep 2025 13:24:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Automating GitHub Pull Request Security Checks with Glama AI Automation Feature</title>
          <description>Learn how to set up an automated security review system for GitHub Pull Requests using the Model Context Protocol (MCP) and Glama’s automation tools. This tutorial walks you through configuring a bot that scans new code changes for exposed secrets like API keys and passwords, compiles detailed reports, and delivers them to your communication channels. Improve your development workflow, reduce risk, and maintain security compliance effortlessly.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-15-automating-git-hub-pull-request-security-checks-with-glama-ai-automation-feature</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-15-automating-git-hub-pull-request-security-checks-with-glama-ai-automation-feature</guid>
          <pubDate>Mon, 15 Sep 2025 13:58:35 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Overriding MCP tool name, description, and input schema</title>
          <description>test</description>
          <link>https://uncloud.glama.ai/blog/2025-09-14-overriding-mcp-tool-name-description-and-input-schema</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-14-overriding-mcp-tool-name-description-and-input-schema</guid>
          <pubDate>Sun, 14 Sep 2025 20:29:01 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Obot MCP Gateway: An Enterprise Control Plane for the Model Context Protocol</title>
          <description>The proliferation of AI agents and the Model Context Protocol (MCP) in the enterprise presents both opportunities and significant governance challenges. The Obot MCP Gateway, a new open-source platform, directly addresses these issues by providing a centralized control plane for managing, securing, and scaling MCP server adoption. This article explores the architecture and features of the Obot platform, detailing how it provides IT organizations with the tools to manage a diverse ecosystem of MCP servers while giving end users a streamlined, secure experience.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-13-obot-mcp-gateway-an-enterprise-control-plane-for-the-model-context-protocol</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-13-obot-mcp-gateway-an-enterprise-control-plane-for-the-model-context-protocol</guid>
          <pubDate>Sat, 13 Sep 2025 13:10:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Accelerating the Agent Economy: Building and Deploying MCP Servers with Contexta AI</title>
          <description>A technical deep-dive into Contexta AI, a platform that simplifies the development, deployment, and management of Multi-agent Communication Protocol (MCP) servers, and its role in accelerating the agent economy.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-12-accelerating-the-agent-economy-building-and-deploying-mcp-servers-with-contexta-ai</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-12-accelerating-the-agent-economy-building-and-deploying-mcp-servers-with-contexta-ai</guid>
          <pubDate>Fri, 12 Sep 2025 16:22:43 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Automate Your Daily Routine with Glama AI Automation feature: A Step-by-Step Tutorial</title>
          <description>Managing daily activities around the weather can be time-consuming and uncertain. Glama’s AI Automation feature solves this by delivering real-time forecasts and practical weather tips directly to your Discord through a smart bot, helping you stay prepared and make better decisions every day.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-10-automate-your-daily-routine-with-glama-ai-automation-feature-a-step-by-step-tutorial</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-10-automate-your-daily-routine-with-glama-ai-automation-feature-a-step-by-step-tutorial</guid>
          <pubDate>Thu, 11 Sep 2025 16:41:14 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Rethinking Tool Calling: Towards a Scalable Standard</title>
          <description>This article examines the Model Context Protocol (MCP) and introduces the Universal Tool Calling Protocol (UTCP) as a proposed alternative for agent-tool interaction. It analyzes the architectural and security challenges posed by MCP&apos;s mandatory middleman server and contrasts this with UTCP&apos;s approach of providing agents with a &quot;manual&quot; to directly call native, battle-tested APIs. The discussion highlights how UTCP aims to eliminate wrapper taxes, improve efficiency, and leverage existing security and infrastructure, while also addressing scalability concerns in a manner that is both flexible and community-driven.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-10-rethinking-tool-calling-towards-a-scalable-standard</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-10-rethinking-tool-calling-towards-a-scalable-standard</guid>
          <pubDate>Wed, 10 Sep 2025 16:51:13 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>One-Click Deployment for Any MCP Server</title>
          <description>Glama lets you deploy any of 9,000+ MCP servers with one click – no configuration, no complexity. Each server runs in an isolated VM with persistent state, making it the only production-ready MCP hosting platform.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-10-glama-mcp-server-hosting</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-10-glama-mcp-server-hosting</guid>
          <pubDate>Wed, 10 Sep 2025 04:51:17 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Exposing Agents as MCP Servers with mcp-agent</title>
          <description>This article explores advanced patterns for building robust and scalable AI agents using the Model Context Protocol (MCP). Drawing insights from a talk by Sarmad Qadri, CEO of LastMile AI, we delve into the architectural shifts enabling simpler agent development. The core premise is that agents themselves can be exposed as MCP servers, allowing for composable and platform-agnostic workflows. We also examine how asynchronous orchestration with tools like Temporal can model long-running agent tasks and the critical role of the human-to-agent interface in defining the future of agentic systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-09-exposing-agents-as-mcp-servers-with-mcp-agent</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-09-exposing-agents-as-mcp-servers-with-mcp-agent</guid>
          <pubDate>Tue, 09 Sep 2025 13:25:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Based on Current Trends: Create LinkedIn, X, and Instagram Post Captions with Glama AI Automation feature: A Step-by-Step Tutorial</title>
          <description>Want to post on LinkedIn, X, or Instagram but struggle with writing the perfect caption? This tutorial shows how to use Glama’s AI Automation feature to create trend-based, audience-friendly captions that you can receive directly via Telegram and copy-paste instantly. Save time, boost engagement, and stay on top of the latest trends effortlessly.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-09-based-on-current-trends-create-linked-in-x-and-instagram-post-captions-with-glama-a-step-by-step-tutorial</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-09-based-on-current-trends-create-linked-in-x-and-instagram-post-captions-with-glama-a-step-by-step-tutorial</guid>
          <pubDate>Tue, 09 Sep 2025 13:06:13 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>We are bringing back SSE</title>
          <description>Moving forward, every server is accessible via SSE and Streamable HTTP.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-08-we-are-bringing-back-sse</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-08-we-are-bringing-back-sse</guid>
          <pubDate>Mon, 08 Sep 2025 23:43:53 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>The Missing Gateway: Centralizing Security for the Model Context Protocol</title>
          <description>The Model Context Protocol (MCP) has emerged as an open standard for connecting large language models (LLMs) to the world, but its raw, decentralized nature introduces significant security and management challenges. This article, based on a talk by Michael Yervski, CEO of MCP Manager, examines key threats such as tool poisoning and credential exposure. It then presents a architectural solution: a centralized gateway that acts as a secure proxy, providing a single point for policy enforcement, identity management, and incident response. This approach, analogous to an API gateway, is positioned as a critical layer for professional developers and researchers aiming to deploy MCPs securely at scale across an organization.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-08-the-missing-gateway-centralizing-security-for-the-model-context-protocol</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-08-the-missing-gateway-centralizing-security-for-the-model-context-protocol</guid>
          <pubDate>Mon, 08 Sep 2025 17:16:00 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Using Model Context Protocol for Real-Time PDF Intelligence in Healthcare</title>
          <description>This article explores how Daisy Health, a healthcare startup, is using the Model Context Protocol (MCP) to solve the pervasive problem of managing and extracting intelligence from static PDF documents. By integrating an event-driven architecture with MCP, Daisy Health has created a system that enables real-time document ingestion, vectorization, and intelligent, natural-language querying. The solution showcases MCP not just as a tool for connecting Large Language Models (LLMs) to external systems, but as a foundational architectural pattern for building modular, reusable AI-powered workflows. The discussion highlights the technical implementation, architectural choices, lessons learned, and future potential of this approach.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-06-using-model-context-protocol-for-real-time-pdf-intelligence-in-healthcare</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-06-using-model-context-protocol-for-real-time-pdf-intelligence-in-healthcare</guid>
          <pubDate>Fri, 05 Sep 2025 18:46:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building Flexible MCP Tools with GraphQL and Rust</title>
          <description>This article explores how developers can leverage GraphQL to build powerful and flexible tools for AI agents using the Model Context Protocol (MCP). Based on a presentation by Amanda from Apollo GraphQL, we delve into the open-source Apollo MCP server, a tool designed to expose GraphQL operations as MCP tools. The article covers practical examples, including a GitHub API integration and a community-driven talk submission tool, to demonstrate how to expose existing REST and GraphQL APIs to an AI agent. We also discuss key architectural decisions, such as fine-tuning tool granularity to optimize for agent performance and context window management.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-04-building-flexible-mcp-tools-with-graph-ql-and-rust</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-04-building-flexible-mcp-tools-with-graph-ql-and-rust</guid>
          <pubDate>Thu, 04 Sep 2025 17:02:23 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Elicitation in MCP: Bridging the Human-AI Gap</title>
          <description>The Model Context Protocol (MCP) is a standard for connecting AI models to external tools and data sources. While powerful for autonomous tasks, many real-world applications require human oversight or input. This article explores Elicitation, a new feature in the MCP specification that enables a standardized &quot;human-in-the-loop&quot; workflow. We will dissect the underlying architecture, including the crucial role of Streamable HTTP and Server-Sent Events (SSE), and demonstrate a practical implementation using the FastMCP library in Python. By examining a flight status checker example, we show how developers can build dynamic, interactive AI workflows that can elicit information from a user at runtime, ensuring a more elegant and secure user experience.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-03-elicitation-in-mcp-bridging-the-human-ai-gap</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-03-elicitation-in-mcp-bridging-the-human-ai-gap</guid>
          <pubDate>Wed, 03 Sep 2025 16:19:04 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Comparing MCP vs LangChain/ReAct for Chatbots</title>
          <description>This side-by-side comparison breaks down how MCP differs from popular agent frameworks like LangChain and ReAct. It focuses on architectural design, runtime control, developer ergonomics, and use-case suitability offering a balanced, implementation-first evaluation.</description>
          <link>https://uncloud.glama.ai/blog/2025-09-02-comparing-mcp-vs-lang-chainre-act-for-chatbots</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-02-comparing-mcp-vs-lang-chainre-act-for-chatbots</guid>
          <pubDate>Tue, 02 Sep 2025 13:07:30 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP for Customer Service: Integrating CRM with Chat</title>
          <description>Showcase how MCP can be used to connect chatbots to CRM systems like ticketing platforms or contact databases. This piece focuses on safe write actions, permission scopes, and tool schemas for customer-facing use cases like “update my phone number” or “check ticket status.”</description>
          <link>https://uncloud.glama.ai/blog/2025-09-01-mcp-for-customer-service-integrating-crm-with-chat</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-09-01-mcp-for-customer-service-integrating-crm-with-chat</guid>
          <pubDate>Mon, 01 Sep 2025 04:38:58 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Securing Chatbots in Production with MCP</title>
          <description>MCP enables fine-grained control over tool access through permission scopes and execution isolation. This article explains how to deploy chatbots securely using sandboxing technologies like microVMs, remote tool runners, and audit log configurations.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-30-securing-chatbots-in-production-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-30-securing-chatbots-in-production-with-mcp</guid>
          <pubDate>Sat, 30 Aug 2025 16:20:03 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building Memory into Chatbots/Assistants with MCP</title>
          <description>This article explores how memory in chatbots can be implemented using tools that persist and retrieve context. Instead of training LLMs with long chat history, MCP enables structured memory via dedicated tools like fact stores, retry logs, or session state managers.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-29-building-memory-into-chatbotsassistants-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-29-building-memory-into-chatbotsassistants-with-mcp</guid>
          <pubDate>Fri, 29 Aug 2025 16:13:24 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Connecting Virtual Assistants to Databases via MCP</title>
          <description>Learn how MCP allows chatbots to query structured data sources like SQL databases. Using schema-aware tools and safe parsing patterns, developers can build assistants that return reliable, real-time data without complex prompt engineering or brittle API wrappers.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-28-connecting-virtual-assistants-to-databases-via-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-28-connecting-virtual-assistants-to-databases-via-mcp</guid>
          <pubDate>Thu, 28 Aug 2025 13:34:57 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Designing Tool-Enabled Chat Interfaces</title>
          <description>Explore how modern chat interfaces interact with MCP agents behind the scenes. This article walks through the frontend–backend communication path, showing how requests are routed, tools are invoked, and streamed responses are delivered through protocols like stdio and SSE.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-27-designing-tool-enabled-chat-interfaces</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-27-designing-tool-enabled-chat-interfaces</guid>
          <pubDate>Wed, 27 Aug 2025 16:32:27 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Next‑Gen Chatbots: Extending Chat with MCP</title>
          <description>This article introduces how MCP changes the foundation of chatbot architecture by enabling structured, multi-turn interactions with external tools. It sets the stage for building functional, scalable assistants by showing how agent-tool logic replaces traditional prompt-based hacks.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-26-next-gen-chatbots-extending-chat-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-26-next-gen-chatbots-extending-chat-with-mcp</guid>
          <pubDate>Tue, 26 Aug 2025 16:22:29 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Securing IoT Automation via MCP</title>
          <description>Learn how to secure AI-driven IoT automation using the Model Context Protocol (MCP). This article dives deep into authentication, transport-layer encryption, permission modeling, and threat mitigation strategies for MCP-based systems deployed on edge devices. Includes practical implementation examples using JWT, mTLS, and agent-side validation.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-23-securing-io-t-automation-via-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-23-securing-io-t-automation-via-mcp</guid>
          <pubDate>Sat, 23 Aug 2025 17:40:17 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Agent Workflows and Tool Design for Edge MCP Servers</title>
          <description>Explore how to design robust tools and workflows for AI agents on MCP edge servers. This article demystifies how structured methods (like turnOn, readTemp, calibrate) are invoked, how schemas are validated using Zod or JSON Schema, and how agents plan multi-step tasks under real-time constraints. Includes best practices for creating meaningful, reusable, and composable MCP tools optimized for sensor–actuator loops and task chaining.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-22-agent-workflows-and-tool-design-for-edge-mcp-servers</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-22-agent-workflows-and-tool-design-for-edge-mcp-servers</guid>
          <pubDate>Fri, 22 Aug 2025 16:31:02 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Real-World Use Cases: Smart Home &amp; Industrial IoT with MCP</title>
          <description>Explore how the Model Context Protocol (MCP) powers intelligent automation in real-world environments. This article walks through practical examples where AI agents, via MCP servers, control devices like smart lights, thermostats, and factory equipment. Learn how JSON-RPC based toolchains enable structured, real-time interaction between LLMs and physical systems across home and industrial IoT settings. Includes detailed command samples, hardware integration notes, and lessons from recent MCP, powered deployments.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-21-real-world-use-cases-smart-home-and-industrial-io-t-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-21-real-world-use-cases-smart-home-and-industrial-io-t-with-mcp</guid>
          <pubDate>Thu, 21 Aug 2025 16:04:56 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Implementing MCP on Edge Devices</title>
          <description>Explore how to deploy the Model Context Protocol (MCP) on edge hardware like Raspberry Pi and microcontrollers. This hands-on guide walks through installing the MCP server, integrating it with local sensors, and enabling real-time AI workflows at the edge. Learn how to turn lightweight devices into intelligent agents capable of reading sensor data, executing structured actions, and interfacing with LLMs, all without relying on the cloud.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-20-implementing-mcp-on-edge-devices</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-20-implementing-mcp-on-edge-devices</guid>
          <pubDate>Wed, 20 Aug 2025 14:06:58 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Bringing AI to the Edge: MCP for IoT</title>
          <description>Explore how the Model Context Protocol (MCP) enables AI agents to operate at the edge, bridging LLMs with IoT systems in homes, factories, and field environments. Learn how MCP standardizes interaction between models and devices, supporting real-time control, data streaming, and secure execution in physical-world contexts.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-19-bringing-ai-to-the-edge-mcp-for-iot</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-19-bringing-ai-to-the-edge-mcp-for-iot</guid>
          <pubDate>Tue, 19 Aug 2025 12:28:08 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Monitoring and Security for MCP based AI Systems</title>
          <description>Set up logs, metrics, and permission models to keep MCP agent-tool chains reliable and safe.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-17-monitoring-and-security-for-mcp-based-ai-systems</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-17-monitoring-and-security-for-mcp-based-ai-systems</guid>
          <pubDate>Sun, 17 Aug 2025 14:05:06 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building AI CI/CD Pipelines with MCP</title>
          <description>Automate agent deployment and tool registration in CI/CD workflows with MCP scripts and tests.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-16-building-ai-cicd-pipelines-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-16-building-ai-cicd-pipelines-with-mcp</guid>
          <pubDate>Sat, 16 Aug 2025 16:34:54 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Can MCP Tools Remember Things Between Calls?</title>
          <description>MCP is designed for stateless tool execution, but what if your agent needs memory? This article examines how to design MCP tools that maintain context across calls, using methods like token-passing, external memory stores (e.g. Redis), or chained planning tools, all while staying within serverless and ephemeral constraints.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-15-can-mcp-tools-remember-things-between-calls</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-15-can-mcp-tools-remember-things-between-calls</guid>
          <pubDate>Fri, 15 Aug 2025 15:56:05 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Why MCP Uses JSON-RPC Instead of REST or gRPC</title>
          <description>This article explores why MCP adopts JSON-RPC 2.0 instead of REST or gRPC. We compare the protocols across key criteria, latency, schema enforcement, streaming, and agent compatibility, to show how JSON-RPC enables reliable, structured tool execution within dynamic LLM workflows.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-13-why-mcp-uses-json-rpc-instead-of-rest-or-g-rpc</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-13-why-mcp-uses-json-rpc-instead-of-rest-or-g-rpc</guid>
          <pubDate>Wed, 13 Aug 2025 16:06:50 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Cloud-Native AI: Leveraging MCP for Scalable Integrations</title>
          <description>Discover how MCP enables AI agents to interact seamlessly with cloud services across AWS, Google Cloud, and more, bridging tools, scaling workflows, and maintaining security.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-11-cloud-native-ai-leveraging-mcp-for-scalable-integrations</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-11-cloud-native-ai-leveraging-mcp-for-scalable-integrations</guid>
          <pubDate>Mon, 11 Aug 2025 03:15:25 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Case Study – Automating an ETL Pipeline with MCP</title>
          <description>See how an AI agent, using MCP tools, can extract, transform, and load data automatically with minimal manual logic.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-09-case-study-automating-an-etl-pipeline-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-09-case-study-automating-an-etl-pipeline-with-mcp</guid>
          <pubDate>Fri, 08 Aug 2025 23:06:55 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Integrating Data Tools and Models with MCP</title>
          <description>Learn how to expose data tools and machine learning models via MCP. This guide shows how to register SQL databases, knowledge graphs, or ML models as tools that AI agents can call through a standard protocol.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-08-integrating-data-tools-and-models-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-08-integrating-data-tools-and-models-with-mcp</guid>
          <pubDate>Fri, 08 Aug 2025 00:28:21 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Using MCP with Jupyter Notebooks: Agent‑Driven Workflow in Python</title>
          <description>Discover how to integrate MCP servers with Jupyter notebooks. Learn to call notebook tools from AI agents to execute code, manage cells, and interact dynamically using Python.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-07-using-mcp-with-jupyter-notebooks-agent-driven-workflow-in-python</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-07-using-mcp-with-jupyter-notebooks-agent-driven-workflow-in-python</guid>
          <pubDate>Wed, 06 Aug 2025 22:38:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Getting Started: Deploying an MCP Server for Data Projects</title>
          <description>Learn how to deploy an MCP server and register data tools as MCP resources to power AI workflows.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-06-getting-started-deploying-an-mcp-server-for-data-projects</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-06-getting-started-deploying-an-mcp-server-for-data-projects</guid>
          <pubDate>Wed, 06 Aug 2025 12:12:56 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP in Data Science: Streamlining AI Workflows</title>
          <description>Explore how MCP enables smooth context sharing across preprocessing, training, and analysis for more efficient ML.</description>
          <link>https://uncloud.glama.ai/blog/2025-08-06-mcp-in-data-science-streamlining-ai-workflows</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-08-06-mcp-in-data-science-streamlining-ai-workflows</guid>
          <pubDate>Tue, 05 Aug 2025 23:45:32 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building, Deploying &amp; Using Fabric RTI MCP Server</title>
          <description>A technical tutorial on deploying Microsoft Fabric’s MCP server from source, configuring tools, and testing real-time queries through the MCP interface.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-31-building-deploying-and-using-fabric-rti-mcp-server</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-31-building-deploying-and-using-fabric-rti-mcp-server</guid>
          <pubDate>Wed, 30 Jul 2025 23:42:49 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Microsoft Fabric RTI MCP Server</title>
          <description>An introduction to the new MCP server implementation for Microsoft Fabric RTI, showing how it connects real-time analytics tools to AI agents through the MCP protocol.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-29-microsoft-fabric-rti-mcp-server</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-29-microsoft-fabric-rti-mcp-server</guid>
          <pubDate>Tue, 29 Jul 2025 16:00:08 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building an MCP Server/Client in Windows 11</title>
          <description>A practical walkthrough for developers to create a basic MCP server and client on Windows 11, with examples using local tools like PowerShell and the file system.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-29-building-an-mcp-serverclient-in-windows-11</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-29-building-an-mcp-serverclient-in-windows-11</guid>
          <pubDate>Tue, 29 Jul 2025 03:09:36 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How the Windows MCP Registry &amp; Security Model Works in Windows 11</title>
          <description>A detailed look at the MCP registry introduced in Windows AI Foundry, how it controls agent access, and the security model that governs user consent and permissions.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-28-how-the-windows-mcp-registry-and-security-model-works-in-windows-11</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-28-how-the-windows-mcp-registry-and-security-model-works-in-windows-11</guid>
          <pubDate>Mon, 28 Jul 2025 16:42:00 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Introduction to Windows AI Foundry &amp; MCP on Windows 11</title>
          <description>This article explains how Windows 11 supports the Model Context Protocol (MCP) through Windows AI Foundry, giving AI agents access to local tools and resources like the file system and WSL.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-28-how-windows-11-now-supports-mcp-for-local-agents</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-28-how-windows-11-now-supports-mcp-for-local-agents</guid>
          <pubDate>Mon, 28 Jul 2025 02:37:19 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How to Use MCP Inspector with Remote or Cloud‑hosted MCP Servers</title>
          <description>Learn how to use MCP Inspector with cloud-hosted or remote MCP servers. This guide walks through setting up streaming connections, using OAuth, exporting configs, and integrating with clients like Claude Desktop.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-27-how-to-use-mcp-inspector-with-remote-or-cloud-hosted-mcp-servers</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-27-how-to-use-mcp-inspector-with-remote-or-cloud-hosted-mcp-servers</guid>
          <pubDate>Sun, 27 Jul 2025 09:01:17 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Keeping MCP Inspector Safe: Lessons from CVE‑2025‑49596</title>
          <description>A real vulnerability in MCP Inspector revealed how seemingly safe developer tools can be exploited through misused trust boundaries. This article breaks down what went wrong, how it was fixed, and practical lessons for secure tool integration.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-25-keeping-mcp-inspector-safe-lessons-from-cve-2025-49596</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-25-keeping-mcp-inspector-safe-lessons-from-cve-2025-49596</guid>
          <pubDate>Fri, 25 Jul 2025 17:30:16 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MicroVMs Over Containers: A Safer Execution Path for AI Agents</title>
          <description>MicroVMs offer a safer alternative to containers when running untrusted AI-generated code. This article introduces Micro Sandbox—a developer-friendly tool to run AI agent workflows inside isolated virtual machines, integrated with the Model Context Protocol (MCP).</description>
          <link>https://uncloud.glama.ai/blog/2025-07-25-micro-vms-over-containers-a-safer-execution-path-for-ai-agents</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-25-micro-vms-over-containers-a-safer-execution-path-for-ai-agents</guid>
          <pubDate>Fri, 25 Jul 2025 00:33:01 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Using MCP Inspector to Test Tools, Prompts, and Resources</title>
          <description>In this Article we go over how to use the MCP Inspector interface. we’ll learn how to open a tool, try out input values, and view the results in real time. The article also covers how prompts and resources are displayed, how the message history helps with debugging, and how to reconnect the Inspector after making changes to our code.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-24-using-mcp-inspector-to-test-tools-prompts-and-resources</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-24-using-mcp-inspector-to-test-tools-prompts-and-resources</guid>
          <pubDate>Thu, 24 Jul 2025 16:47:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How MCP Inspector Works: A Simple Look at Its Architecture and Setup</title>
          <description>This article explains how MCP Inspector works under the hood. It introduces the two key components—the client interface and the proxy, and describes how the tool communicates with local or remote MCP servers using JSON-RPC. You’ll also learn how to launch Inspector using a single command, and understand how tool definitions and messages are exchanged in real time.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-24-how-mcp-inspector-works-a-simple-look-at-its-architecture-and-setup</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-24-how-mcp-inspector-works-a-simple-look-at-its-architecture-and-setup</guid>
          <pubDate>Thu, 24 Jul 2025 01:02:29 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building Protected MCP Servers – Insights from Den Delimarsky</title>
          <description>Learn how to build secure, protected MCP servers with insights from Den Delimarsky. This guide covers authentication, access control, and safe context handling in AI systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-23-building-protected-mcp-servers-insights-from-den-delimarsky</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-23-building-protected-mcp-servers-insights-from-den-delimarsky</guid>
          <pubDate>Wed, 23 Jul 2025 12:50:31 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Please Make Jarvis So I Don’t Have To – Vision from Kent C. Dodds</title>
          <description>Explore Kent C. Dodds’ vision for AI assistants built on MCP. This talk highlights the dream of a universal, intelligent developer companion—like Jarvis, but real.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-23-please-make-jarvis-so-i-do-not-have-to-vision-from-kent-c-dodds</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-23-please-make-jarvis-so-i-do-not-have-to-vision-from-kent-c-dodds</guid>
          <pubDate>Wed, 23 Jul 2025 02:51:52 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>From Experiment to Enterprise: Scaling MCP at Block</title>
          <description>See how Block transitioned MCP from early experiments to enterprise-scale deployment. This guide reveals the challenges, strategies, and architecture behind their journey.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-22-from-experiment-to-enterprise-scaling-mcp-at-block</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-22-from-experiment-to-enterprise-scaling-mcp-at-block</guid>
          <pubDate>Tue, 22 Jul 2025 10:40:10 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Understanding AWS Agents: Strands, Bedrock Agents, and AgentCore with MCP</title>
          <description>This article explains the differences between AWS Strands Agents, Bedrock Agents, and AgentCore in simple terms, all in the context of the Model Context Protocol (MCP). It provides real-world examples, detailed code for MCP server and client setups, and guides on when to use each option based on control, scalability, and infrastructure needs.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-22-understanding-aws-agents-strands-bedrock-agents-and-agent-core-with-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-22-understanding-aws-agents-strands-bedrock-agents-and-agent-core-with-mcp</guid>
          <pubDate>Tue, 22 Jul 2025 02:24:49 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Observability &amp; Governance: Using OTEL, Guardrails &amp; Metrics with MCP Workflows</title>
          <description>A practical guide to embedding observability and governance in MCP and Strands Agents. Learn how to integrate OpenTelemetry for tracing, implement tool guardrails, and capture custom metrics to monitor, audit, and optimize agentic workflows for production environments.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-21-observability-and-governance-using-otel-guardrails-and-metrics-with-mcp-workflows</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-21-observability-and-governance-using-otel-guardrails-and-metrics-with-mcp-workflows</guid>
          <pubDate>Mon, 21 Jul 2025 13:24:18 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Serverless Scaling: Deploying Strands + MCP on AWS</title>
          <description>A practical deployment guide for running Strands Agents SDK with an MCP server on AWS. This article covers three approaches—AWS Lambda (native), Lambda with Web Adapter, and AWS Fargate—highlighting their benefits, limitations, and step-by-step implementation.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-21-serverless-scaling-deploying-strands-mcp-on-aws</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-21-serverless-scaling-deploying-strands-mcp-on-aws</guid>
          <pubDate>Mon, 21 Jul 2025 00:52:51 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Implementing a Basic Strands Agent with MCP Servers</title>
          <description>This guide walks you through creating a basic AI agent using AWS Strands Agents SDK with a local MCP server. Learn to integrate tools dynamically, invoke them through a model-driven flow, and understand the agentic workflow behind the scenes—perfect for developers starting with Strands and MCP.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-20-implementing-a-basic-strands-agent-with-mcp-servers</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-20-implementing-a-basic-strands-agent-with-mcp-servers</guid>
          <pubDate>Sun, 20 Jul 2025 13:55:19 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Understanding AWS Strands Agents, an Open Source AI Agents SDK</title>
          <description>A beginner-friendly overview of AWS Strands Agents SDK, an open-source Python framework designed for building AI agents with minimal scaffolding. This article covers its model-first philosophy, the agentic loop mechanism, key capabilities, and how it contrasts with traditional agent frameworks for scalable, production-ready AI solutions.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-20-understanding-aws-strands-agents-an-open-source-ai-agents-sdk</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-20-understanding-aws-strands-agents-an-open-source-ai-agents-sdk</guid>
          <pubDate>Sun, 20 Jul 2025 00:30:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Scaling Enterprise GenAI with MCP (Bloomberg Case Study)</title>
          <description>Explore how Bloomberg leverages the Model Context Protocol to scale enterprise-grade GenAI systems. A practical case study on building robust, context-aware AI at scale.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-19-scaling-enterprise-gen-ai-with-mcp-bloomberg-case-study</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-19-scaling-enterprise-gen-ai-with-mcp-bloomberg-case-study</guid>
          <pubDate>Sat, 19 Jul 2025 14:36:55 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Typed Composition with MCP: Experiments from Dagger</title>
          <description>Dive into typed composition within MCP using experiments from Dagger. Learn how structured types can enhance modularity, safety, and clarity in AI system design.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-19-typed-composition-with-mcp-experiments-from-dagger</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-19-typed-composition-with-mcp-experiments-from-dagger</guid>
          <pubDate>Sat, 19 Jul 2025 01:40:34 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Building a MCP Server for Agentic Commerce (PayPal Edition)</title>
          <description>Discover how to build an MCP server tailored for agentic commerce. This guide explores integrating PayPal to enable secure, context-aware AI shopping experiences.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-18-building-a-mcp-server-for-agentic-commerce-pay-pal-edition</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-18-building-a-mcp-server-for-agentic-commerce-pay-pal-edition</guid>
          <pubDate>Fri, 18 Jul 2025 14:34:21 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Getting Started with Browser MCP: Automate Web Browsing with AI and MCP Protocol</title>
          <description>Learn how to set up and use Browser MCP to automate web browsing tasks like navigation, form filling, and data capture using AI-driven tools via the MCP protocol. Includes step-by-step configuration for Cursor, VS Code, Claude, and Windsurf.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-18-getting-started-with-browser-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-18-getting-started-with-browser-mcp</guid>
          <pubDate>Fri, 18 Jul 2025 02:07:29 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>The Story of Git MCP</title>
          <description>This article explores the creation and evolution of Git MCP, an open-source, remote documentation server designed for AI tools. It recounts how Leon (Shopify) and Ido (Atlassian) built the first scalable MCP server to transform any GitHub repository into an AI-accessible documentation source. The story covers its viral growth, infrastructure challenges, Cloudflare&apos;s support, and the complementary launch of MCP UI—a framework for rich, interactive AI-driven interfaces. The piece highlights the technical foundation, community contributions, and the future of AI interfaces.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-14-the-story-of-git-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-14-the-story-of-git-mcp</guid>
          <pubDate>Thu, 17 Jul 2025 15:33:13 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Generating Use Case-Specific MCP Servers with Postman</title>
          <description>Learn how to quickly generate tailored MCP servers for specific use cases using Postman. This guide walks developers through setup, testing, and context customization.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-17-generating-use-case-specific-mcp-servers-with-postman</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-17-generating-use-case-specific-mcp-servers-with-postman</guid>
          <pubDate>Thu, 17 Jul 2025 03:16:43 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Next-Gen Agent Architectures with MCP: A Guide for Builders</title>
          <description>Learn how to design advanced AI agent architectures using MCP. This guide helps builders integrate context-aware, modular systems for next-gen intelligent agents.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-05-next-gen-agent-architectures-with-mcp-a-guide-for-builders</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-05-next-gen-agent-architectures-with-mcp-a-guide-for-builders</guid>
          <pubDate>Wed, 16 Jul 2025 11:03:36 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Registry: Standardizing Server Discovery</title>
          <description>Understand how the MCP Registry standardizes server discovery, making it easier for AI agents to locate and interact with context servers in a consistent, open framework.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-05-mcp-registry-standardizing-server-discovery</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-05-mcp-registry-standardizing-server-discovery</guid>
          <pubDate>Tue, 15 Jul 2025 17:09:52 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Project Update (Part 2): Ecosystem, Registries &amp; Governance</title>
          <description>Discover how the MCP ecosystem is expanding—with updates on context registries, governance models, and collaborative infrastructure shaping the future of AI development.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-14-mcp-project-update-part-2-ecosystem-registries-and-governance</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-14-mcp-project-update-part-2-ecosystem-registries-and-governance</guid>
          <pubDate>Mon, 14 Jul 2025 08:38:13 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MCP Project Update (Part 1): Protocol Evolution &amp; Technical Insights</title>
          <description>Explore the latest updates in MCP development—how the protocol is evolving and the technical insights driving its next phase. A must-read for AI infrastructure developers.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-14-mcp-project-update-part-1-protocol-evolution-and-technical-insights</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-14-mcp-project-update-part-1-protocol-evolution-and-technical-insights</guid>
          <pubDate>Mon, 14 Jul 2025 08:29:23 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Tools, Resources, and URI Schemes in MCP</title>
          <description>Get a clear overview of the key tools, resources, and URI schemes used in MCP. Learn how they help structure, locate, and manage context across AI systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-13-tools-resources-and-uri-schemes-in-mcp</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-13-tools-resources-and-uri-schemes-in-mcp</guid>
          <pubDate>Sat, 12 Jul 2025 19:25:47 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Multi-Agent Collaboration with MCP: How AWS Tackles Inter-Agent Communication</title>
          <description>Learn how AWS uses MCP to enable seamless communication between AI agents. This guide explores architectures and strategies for building collaborative multi-agent systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-12-multi-agent-collaboration-with-mcp-how-aws-tackles-inter-agent-communication</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-12-multi-agent-collaboration-with-mcp-how-aws-tackles-inter-agent-communication</guid>
          <pubDate>Sat, 12 Jul 2025 13:53:50 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Getting started with MCP Desktop Extensions (DXT)  in Claude Desktop</title>
          <description>Learn how to deploy Model Context Protocol (MCP) servers in Claude Desktop using .dxt extensions. This step-by-step guide covers everything from initializing your project and editing the manifest to packaging and installing your extension, enabling secure, local file system access and seamless AI tool integration within Claude Desktop.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-11-getting-started-with-mcp-desktop-extensions-dxt-in-claude-desktop</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-11-getting-started-with-mcp-desktop-extensions-dxt-in-claude-desktop</guid>
          <pubDate>Sat, 12 Jul 2025 06:58:53 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>MongoDB Integration in VS Code Using MongoDB MCP: A Step-by-Step Tutorial</title>
          <description>Learn how to integrate MongoDB with Visual Studio Code using the Model Context Protocol (MCP). This guide walks through two setup methods—manual and Atlas-based—and demonstrates how to query and manage MongoDB using GitHub Copilot in natural language. Includes troubleshooting tips, security recommendations, and a complete example repository.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-10-mongo-db-integration-in-vs-code-using-mongo-db-mcp-a-step-by-step-tutorial</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-10-mongo-db-integration-in-vs-code-using-mongo-db-mcp-a-step-by-step-tutorial</guid>
          <pubDate>Thu, 10 Jul 2025 18:43:42 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Exploring MCP’s Hidden Primitives: Prompts, Resources, Sampling &amp; Roots</title>
          <description>Dive into the lesser-known primitives of MCP—prompts, resources, sampling, and roots—and learn how they shape the structure and behavior of context in AI systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-10-exploring-mcps-hidden-primitives-prompts-resources-sampling-and-roots</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-10-exploring-mcps-hidden-primitives-prompts-resources-sampling-and-roots</guid>
          <pubDate>Thu, 10 Jul 2025 07:17:17 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>OAuth for MCP: A Developer’s Guide</title>
          <description>Learn how to integrate OAuth with MCP for secure authentication. This guide walks developers through implementing trusted identity flows in AI applications.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-10-oauth-for-mcp-a-developers-guide</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-10-oauth-for-mcp-a-developers-guide</guid>
          <pubDate>Wed, 09 Jul 2025 19:07:15 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>GitHub Integration in VS Code Using Docker MCP: A Step-by-Step Tutorial</title>
          <description>Learn how to securely integrate GitHub with Visual Studio Code using Docker’s MCP server. This step-by-step guide covers token setup, container configuration, and using GitHub features in VS Code—all within a portable, containerized workflow.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-09-git-hub-integration-in-vs-code-using-docker-mcp-a-step-by-step-tutorial</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-09-git-hub-integration-in-vs-code-using-docker-mcp-a-step-by-step-tutorial</guid>
          <pubDate>Wed, 09 Jul 2025 13:46:30 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How to use agents?</title>
          <description>A step-by-step guide to using agents.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-08-how-to-use-agents</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-08-how-to-use-agents</guid>
          <pubDate>Tue, 08 Jul 2025 20:04:07 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>How to install and use MCP servers?</title>
          <description>A step-by-step guide to installing and using MCP servers.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-08-how-to-install-and-use-mcp-servers</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-08-how-to-install-and-use-mcp-servers</guid>
          <pubDate>Tue, 08 Jul 2025 20:01:02 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP vs A2A vs ACP: Comparing Agent Protocols</title>
          <description>Compare MCP, A2A, and ACP—three major protocols powering AI agent communication. Understand their core differences, use cases, and how they handle context and control.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-08-mcp-vs-a2a-vs-acp-comparing-agent-protocols</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-08-mcp-vs-a2a-vs-acp-comparing-agent-protocols</guid>
          <pubDate>Tue, 08 Jul 2025 16:10:00 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>What is glama.json?</title>
          <description>A walkthrough of how to use glama.json to claim ownership of an MCP server listing in Glama directory.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-08-what-is-glamajson</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-08-what-is-glamajson</guid>
          <pubDate>Tue, 08 Jul 2025 12:34:51 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Securing MCP in an Agentic World</title>
          <description>Discover how to secure the Model Context Protocol in an agent-driven AI ecosystem. Learn key strategies to protect shared context and build safer AI systems.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-08-securing-mcp-in-an-agentic-world</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-08-securing-mcp-in-an-agentic-world</guid>
          <pubDate>Tue, 08 Jul 2025 02:45:39 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>How Persistent Memory Supercharges Your MCP Server (with Cloudflare)</title>
          <description>Learn how to use Cloudflare&apos;s persistent memory to build faster, stateful MCP servers. This guide shows how to store and manage context reliably using durable objects.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-07-how-persistent-memory-supercharges-your-mcp-server-with-cloudflare</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-07-how-persistent-memory-supercharges-your-mcp-server-with-cloudflare</guid>
          <pubDate>Mon, 07 Jul 2025 14:20:33 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Designing Smarter MCP Workflows with Middleware – Practical Ideas &amp; Code</title>
          <description>Explore how to build smarter, modular MCP workflows using middleware. This guide offers practical ideas and code to enhance context handling in your AI applications.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-07-designing-smarter-mcp-workflows-with-middleware-practical-ideas-and-code</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-07-designing-smarter-mcp-workflows-with-middleware-practical-ideas-and-code</guid>
          <pubDate>Mon, 07 Jul 2025 03:14:19 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Deploy a Minimal MCP Server on AWS Lambda — Fast &amp; Serverless</title>
          <description>Learn how to deploy a lightweight MCP server on AWS Lambda using a fast, serverless approach. Ideal for developers building scalable and cost-effective AI infrastructure.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-06-deploy-a-minimal-mcp-server-on-aws-lambda-fast-and-serverless</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-06-deploy-a-minimal-mcp-server-on-aws-lambda-fast-and-serverless</guid>
          <pubDate>Sun, 06 Jul 2025 15:04:41 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>React Router v7 and Fastify</title>
          <description>Learn how to integrate React Router v7 with Fastify for a seamless server setup, including custom request handling, Vite development, and static asset management.</description>
          <link>https://uncloud.glama.ai/blog/2024-12-05-remix-with-fastify</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-12-05-remix-with-fastify</guid>
          <pubDate>Sat, 05 Jul 2025 23:51:53 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>NLWeb: Microsoft&apos;s Protocol for AI-Powered Website Search</title>
          <description>Learn about NLWeb, a protocol for building conversational interfaces to websites using MCP and Schema.org.</description>
          <link>https://uncloud.glama.ai/blog/2025-06-01-what-is-nlweb</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-06-01-what-is-nlweb</guid>
          <pubDate>Sat, 05 Jul 2025 23:39:47 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP vs API</title>
          <description>MCP is a wire protocol that standardizes how AI agents interact with external services, enforcing single JSON schemas and deterministic execution, while traditional APIs are documentation formats describing the chaos of HTTP endpoints where data can live in paths, headers, query params, or bodies.</description>
          <link>https://uncloud.glama.ai/blog/2025-06-06-mcp-vs-api</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-06-06-mcp-vs-api</guid>
          <pubDate>Sat, 05 Jul 2025 23:39:25 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>The Model Context Protocol (MCP): A USB‑C Port for AI Applications</title>
          <description>A simple, universal protocol for connecting AI tools—Model Context Protocol (MCP) acts like the USB-C of AI, enabling seamless context sharing and integration.</description>
          <link>https://uncloud.glama.ai/blog/2025-07-05-the-model-context-protocol-mcp-a-usb-c-port-for-ai-applications</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-07-05-the-model-context-protocol-mcp-a-usb-c-port-for-ai-applications</guid>
          <pubDate>Sat, 05 Jul 2025 14:38:32 GMT</pubDate>
          <author>Om-Shree-0709</author>
        </item><item>
          <title>Adding Observability to a React Router v7 app</title>
          <description>Learn how to instrument and trace React Router v7 loader and action functions using OpenTelemetry and Sentry. This guide helps you measure and monitor server-side performance in your React apps, revealing slow routes and improving diagnostics.</description>
          <link>https://uncloud.glama.ai/blog/2025-05-06-react-router-observability</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-05-06-react-router-observability</guid>
          <pubDate>Tue, 06 May 2025 22:34:25 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Model Context Protocol (MCP) Evals</title>
          <description>A framework for evaluating and improving AI-powered tools using structured testing methodologies to ensure reliability, accuracy, and performance.</description>
          <link>https://uncloud.glama.ai/blog/2025-05-01-mcp-evals</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-05-01-mcp-evals</guid>
          <pubDate>Thu, 01 May 2025 22:33:20 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP server directory API</title>
          <description>We now provide an API for searching and browsing MCP servers.</description>
          <link>https://uncloud.glama.ai/blog/2025-03-24-mcp-discord</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-03-24-mcp-discord</guid>
          <pubDate>Mon, 24 Mar 2025 22:32:11 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>MCP Discord</title>
          <description>Join the Model Context Protocol Discord server to get the latest news and updates.</description>
          <link>https://uncloud.glama.ai/blog/2025-02-28-mcp-api</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-02-28-mcp-api</guid>
          <pubDate>Fri, 28 Feb 2025 22:30:57 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Preventing React Router Server Code Bundling in Vite</title>
          <description>A step-by-step guide to configuring React Router v7 with Vite and Rollup to prevent server code from being bundled in your builds.</description>
          <link>https://uncloud.glama.ai/blog/2025-02-07-react-router-without-server-bundles</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-02-07-react-router-without-server-bundles</guid>
          <pubDate>Fri, 07 Feb 2025 22:30:21 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Using AI to find bugs in open-source projects</title>
          <description>Learn how AI and automation streamlined debugging for open-source MCP servers by using LLMs and Docker to test, validate, and turn errors into actionable GitHub issues.</description>
          <link>https://uncloud.glama.ai/blog/2025-01-04-automating-issue-detection</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2025-01-04-automating-issue-detection</guid>
          <pubDate>Sat, 04 Jan 2025 22:29:04 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Model Context Protocol (MCP) Quickstart</title>
          <description>Model Context Protocol (MCP) is an open-source standard released by Anthropic in November 2024 that enables AI models to interact with external data sources through a unified interface.</description>
          <link>https://uncloud.glama.ai/blog/2024-11-25-model-context-protocol-quickstart</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-11-25-model-context-protocol-quickstart</guid>
          <pubDate>Mon, 25 Nov 2024 22:38:29 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Splitting markdown documents for RAG</title>
          <description>Explore a step-by-step guide to splitting and indexing markdown documents for generalized RAG. Optimize document chunks to improve question answering accuracy.</description>
          <link>https://uncloud.glama.ai/blog/2024-11-17-splitting-markdown-documents-for-rag</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-11-17-splitting-markdown-documents-for-rag</guid>
          <pubDate>Sun, 17 Nov 2024 22:42:44 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Serverless AI Tools: Create LLM Functions in Your Browser</title>
          <description>Write JavaScript functions that LLMs can invoke, all from your browser. Seamlessly integrate with GPT-4, Claude, and other AI models. No backend required.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-27-giving-llms-access-to-calling-user-defined-functions</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-27-giving-llms-access-to-calling-user-defined-functions</guid>
          <pubDate>Sun, 27 Oct 2024 22:45:24 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Customizing Scrollbar Using CSS</title>
          <description>Learn how to customize Windows scrollbars to match macOS style using CSS, including smooth fade transitions and hover effects. Complete guide with CSS examples and explanations</description>
          <link>https://uncloud.glama.ai/blog/2024-10-25-customizing-scrollbar-using-css</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-25-customizing-scrollbar-using-css</guid>
          <pubDate>Fri, 25 Oct 2024 22:48:16 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Automating macOS using Claude Computer Use</title>
          <description>Learn how to automate macOS operations using Claude&apos;s Computer Use API and Python. Discover open-source projects that extend Claude&apos;&apos;s screen viewing and control capabilities beyond browsers to system-wide automation.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-23-automating-macos-using-claude</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-23-automating-macos-using-claude</guid>
          <pubDate>Wed, 23 Oct 2024 22:50:35 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Computer Use by Anthropic: A 5-Minute Setup Guide and Demo</title>
          <description>Learn how to set up Anthropic&apos;s Computer Use API in just 5 minutes. This step-by-step guide walks you through Docker setup, configuration, and first steps with Claude&apos;&apos;s computer automation capabilities.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-22-automate-computer-using-claude</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-22-automate-computer-using-claude</guid>
          <pubDate>Tue, 22 Oct 2024 22:52:11 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Rendering Markdown in React without react-markdown</title>
          <description>Explore how to render Markdown in React using Rehype and Remark, and learn to implement a custom React hook for seamless Markdown-to-React conversion without relying on dangerouslySetInnerHTML.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-21-rendering-markdown-in-react</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-21-rendering-markdown-in-react</guid>
          <pubDate>Mon, 21 Oct 2024 22:53:18 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>What makes a good API key?</title>
          <description>Explore the evolution of API key design, drawing insights from industry leaders. Learn how structured formats can enhance security, usability, and troubleshooting, and discover a new approach tailored for Glama.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-18-what-makes-a-good-api-key</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-18-what-makes-a-good-api-key</guid>
          <pubDate>Fri, 18 Oct 2024 14:03:03 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Implementing Tool Functionality in Conversational AI</title>
          <description>Explore the inner workings of AI assistant tools through a hands-on implementation of custom routing logic. This article delves into the concepts behind OpenAI&apos;s assistant tools, providing a step-by-step guide to building a similar system from scratch. Learn how to describe tools, manage conversation history, and create intelligent routing for AI interactions. Perfect for developers looking to enhance their AI applications with advanced tool integration capabilities.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-17-implementing-tool-functionality-in-conversational-ai</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-17-implementing-tool-functionality-in-conversational-ai</guid>
          <pubDate>Thu, 17 Oct 2024 14:01:33 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Perfecting Text Input: The Art of Subtle Details</title>
          <description>Dissecting the often-overlooked details of text input design that can make or break a chat application. From indentation quirks to clipboard magic, we will explore how subtle choices lead to delightful (or frustrating) user experiences.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-14-craft-is-in-the-small-details</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-14-craft-is-in-the-small-details</guid>
          <pubDate>Mon, 14 Oct 2024 13:59:49 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Replacing GitHub Copilot with Local LLMs</title>
          <description>Discover how switching to local LLMs for code completion can boost your productivity and free you from internet dependency. A step-by-step guide to setting up Ollama and Continue.dev as powerful alternatives to GitHub Copilot</description>
          <link>https://uncloud.glama.ai/blog/2024-10-11-replacing-github-copilot-with-local-llms</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-11-replacing-github-copilot-with-local-llms</guid>
          <pubDate>Fri, 11 Oct 2024 13:55:50 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>No Single LLM Can Be Trusted in Isolation</title>
          <description>Discover why relying on a single Large Language Model can be misleading, and how a multi-model approach leads to better, more trustworthy results.</description>
          <link>https://uncloud.glama.ai/blog/2024-10-10-no-single-llm-can-be-trusted-in-isolation</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-10-10-no-single-llm-can-be-trusted-in-isolation</guid>
          <pubDate>Thu, 10 Oct 2024 22:55:34 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Chat Cost Calculator API for LLMs</title>
          <description>We are excited to announce a free API for calculating the cost of different AI models.</description>
          <link>https://uncloud.glama.ai/blog/2024-09-25-chat-cost-calculator-api</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-09-25-chat-cost-calculator-api</guid>
          <pubDate>Wed, 25 Sep 2024 13:46:06 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Using LLMs to reduce sign-up &amp; onboarding friction</title>
          <description>Learn how to leverage Large Language Models (LLMs) to enhance your sign-up UX. Two practical examples: using LLMs to derive consistent display names and normalize referral sources for insightful analytics.</description>
          <link>https://uncloud.glama.ai/blog/2024-09-19-using-llms-to-reduce-sign-up-onboarding-friction</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-09-19-using-llms-to-reduce-sign-up-onboarding-friction</guid>
          <pubDate>Thu, 19 Sep 2024 13:16:55 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>Using command bar to change model</title>
          <description>We now allow users to quickly change the model in ChatGPT using the command bar.</description>
          <link>https://uncloud.glama.ai/blog/2024-09-11-using-command-bar-to-change-model</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-09-11-using-command-bar-to-change-model</guid>
          <pubDate>Wed, 11 Sep 2024 13:54:11 GMT</pubDate>
          <author>punkpeye</author>
        </item><item>
          <title>OpenAI is shockingly good at unminifying code</title>
          <description>I was curious about how a component was implemented in a minified JavaScript file and used ChatGPT to reverse engineer the component.</description>
          <link>https://uncloud.glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai</link>
          <guid isPermaLink="true">https://uncloud.glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai</guid>
          <pubDate>Thu, 29 Aug 2024 22:57:51 GMT</pubDate>
          <author>punkpeye</author>
        </item>
      </channel>
    </rss>