Tag: mcp

37 posts

MCP Ponderings


Ricky Moorhouse icon
Ricky Moorhouse
rickymoorhouse.uk
·
Jun 20, 2026

AT Protocol MCP Server: Dependency Audit & Refactor


E
ewan's devlog
devlog.croft.click
·
Jun 13, 2026

AT Protocol MCP Server: Dependency Audit & Refactor


E
ewan's devlog
devlog.croft.click
·
Jun 13, 2026

atproto-mcp-server

AT Protocol Model Context Protocol server for social web interactions.

·
Jun 12, 2026
Improving the Azure SDK developer experience with MCP

Improving the Azure SDK developer experience with MCP

Providing version-specfic context to an LLM using an MCP can greatly improve productivity and reduce cost.

·
May 1, 2026
Slow down to speed up

Slow down to speed up

Building a simple design system and website with Figma MCP and ClaudeCode

·
Apr 6, 2026

Fortresses, Pipes, and Brains

Workday's CEO called AI agent startups "parasites." Linear shipped a native AI agent that understands software development workflows. These are two ends of a spectrum, with most of the industry stuck in the middle — exposing data through MCP without embedding any intelligence. The companies that win will be the ones that make AI native to their domain workflow.

·
Mar 26, 2026
Will AI tools manifest more intent based API?

Will AI tools manifest more intent based API?

While LLMs provided a significant leap in capability, how 'agentic' we should be with them has been of significant interest over the last years.

·
Feb 16, 2026

The Ghost in the Training Set

LLMs have statistical momentum: even when they know a new standard like Streamable HTTP exists, they often revert to the legacy patterns they saw most in training. Here is how to use "strong anchors" and "zero-prompt pruning" to keep your agentic systems from being haunted by 2024.

·
Feb 14, 2026

MCP Apps And Interactive UIs In MCP Clients

MCP Apps adds an official extension for rendering interactive UIs inside MCP clients, building on MCP-UI and OpenAI's Apps work to move beyond plain text.

·
Jan 25, 2026
Stop using natural language interfaces

Stop using natural language interfaces

Natural language is a wonderful interface, but just because we suddenly can doesn't mean we always should.

·
Jan 12, 2026

Hello, Anthropic

After three years at Microsoft working on security and MCP, I'm joining Anthropic as a Member of Technical Staff to help grow the MCP ecosystem.

·
Jan 10, 2026
Managed MCP in claude.ai

Managed MCP in claude.ai

Reverse-engineering claude.ai's remote MCP infrastructure for fun and zero profit

·
Dec 25, 2025
MCP Anbindung für Magento 2 Onlineshop per MCP-Server in Entwicklung

MCP Anbindung für Magento 2 Onlineshop per MCP-Server in Entwicklung

Wir sind aktuell dabei weiter an einem MCP Server und dazugehörige Erweiterung in Magento 2 zu arbeiten. Der MCP Server ermöglicht es, dass LLMs per MCP gewisse Endpoints zur Verfügung stellen kann. Diese Endpoints erlauben den Zugriff auf Daten im Shop (später evtl. auch Manipulation der Daten). Der MCP-Server wiederum baut eine Verbindung zu Magento...

·
Dec 23, 2025

Wrapping Up 2025 - The Year Of MCP

Year-in-review piece on a 2025 spent largely on Model Context Protocol work, covering spec milestones, ecosystem shifts, and what's likely next.

·
Dec 13, 2025

One Year Of Model Context Protocol Through A Core Maintainer Lens

A core maintainer's reflection on a year of Model Context Protocol, coinciding with the 2025-11-25 specification release and a look at what's next.

·
Nov 24, 2025

What's New In The 2025-11-25 MCP Authorization Spec

Preview of authorization changes landing in the 2025-11-25 MCP spec release, marking the protocol's first anniversary with notable auth-flow updates.

·
Nov 23, 2025

How Azure Copilot’s New Agents Automate DevOps and SecOps

The New Stack

·
Nov 18, 2025

Support For CIMD For MCP In Visual Studio Code

How Client ID Metadata Documents replace Dynamic Client Registration in the MCP authorization spec, and how Visual Studio Code will surface CIMD to users.

·
Nov 16, 2025

The MCP Maintainers Meet In New York

Recap of the MCP maintainers gathering in New York - how the contributor community coordinates async work on auth, security, registries, and docs.

·
Sep 9, 2025

Visual Studio Code And The MCP Installation Prompt

VS Code Insiders adds a consent prompt before installing a third-party MCP server, blocking silent one-click writes to the editor's MCP configuration.

·
Jul 19, 2025

OAuth In The MCP C# SDK: Simple, Secure, Standard

Walkthrough of the new OAuth 2.0 and RFC 9728 PRM support shipped in the official MCP C# SDK, with sample code for protected MCP server authorization in .NET.

·
Jul 6, 2025

Stop Guessing: MCP Elicitations Come To Visual Studio Code

VS Code now supports MCP elicitations from the 2025-06-18 spec, letting servers prompt users with structured native dialogs instead of guessing at parameters.

·
Jul 5, 2025

Please Don't Write Your Own MCP Authorization Code

Why most teams should let an API gateway handle the new MCP Protected Resource Metadata flow instead of hand-rolling OAuth in their own server code.

·
Jun 25, 2025

Update To MCP Authorization Spec - Resource Parameter (RFC 8707)

How RFC 8707 resource indicators are now required in the MCP authorization spec to prevent token misuse and phishing across MCP server deployments.

·
Jun 17, 2025

The Month of MCP

Notes from a month of MCP work spanning Microsoft Build, the MCP Developer Summit, AI Engineer World's Fair, and ongoing security and spec contributions.

·
Jun 12, 2025

Agents Are Your Mech Suit

Why AI agents act as a force multiplier for engineers, why the job-replacement framing misses the point, and how to think about agent-based workloads.

·
Jun 10, 2025

Visual Studio Code Now Supports MCP Authorization

VS Code Insiders implements the new MCP authorization spec while gracefully falling back to the 2025-03-26 version, demonstrated against the Sentry MCP server.

·
May 25, 2025

Confused Deputy Attacks In MCP, Solved With Azure APIM

Mitigating confused deputy attacks in remote MCP servers by enforcing per-client consent prompts and proxying Dynamic Client Registration through Azure APIM.

·
May 24, 2025

JSON Is The Wrong Content Type For LLM Inputs.

This isn't an exhaustive or fully baked idea yet, but I've been noticing a trend with MCP servers -- they love to just yeet a bunch of JSON at an LLM. I think this is well-intentioned but not super optimal.


aparker.io icon
aparker.io
aparker.io
·
May 23, 2025

The New MCP Authorization Specification

Walkthrough of the updated MCP authorization spec, covering the OAuth-based discovery mechanism and security improvements for MCP server authorization.

·
Apr 25, 2025

Better Logic For Showing Auth Windows With Your Local MCP Server

Parent WAM authentication dialogs to MCP clients like VS Code and Claude Desktop by traversing the process hierarchy to find a usable window handle.

·
Apr 20, 2025

Secure Remote MCP Servers With Entra ID And Azure API Management

Building an Entra ID-protected remote MCP server with Azure API Management as the auth gateway and Azure Functions handling the protocol implementation.

·
Apr 19, 2025

Enable Local MCP Servers To Access Entra ID Accounts

C# walkthrough using MSAL with Windows Web Account Manager (WAM) so a local MCP server can sign users into Entra ID without standing up an OAuth listener.

·
Apr 13, 2025

Old Security Rakes In New MCP Yards

MCP brings back classic security problems around local execution and remote authentication, and the industry seems determined to ignore lessons already learned.

·
Apr 8, 2025

Improving The MCP Authorization Spec, One RFC At A Time

Walkthrough of the MCP authorization RFC that adds Protected Resource Metadata so servers can delegate auth to GitHub, Entra ID, and other existing IdPs.

·
Apr 6, 2025

OpenSpartan Forerunner: An MCP Server For Halo Infinite

OpenSpartan Forerunner is a Model Context Protocol server that exposes Halo Infinite stats and gear data to MCP clients like VS Code and Claude Desktop.

·
Mar 25, 2025