Skip to main content

7 posts tagged with "Model Context Protocol"

Model Context Protocol topics, implementations, and best practices

View All Tags

DNS AID: decentralized AI agent discovery via DNS

· 6 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Most teams building agent integrations are still wiring point to point URLs, API docs, and trust assumptions by hand. It works until scale shows up. Then everything gets brittle: stale endpoints, duplicated metadata, and too many side channels for discovery.

DNS-AID proposes a different approach: publish agent discovery metadata in DNS, under domains you already own, using SVCB from RFC 9460. Think "service discovery, but for agents" in the same spirit as SRV, ACME, OIDC discovery, and DNS-SD patterns.

From chatbots to workflows: why the GitHub app is the next step

· 12 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

My journey with AI tools has followed a pattern I've seen before with Microsoft: someone builds something useful, then Microsoft makes it native to where you already work. That turns out to matter more than being technically superior. Today, the GitHub Copilot app launched into public preview, and it's the clearest expression of that pattern I've seen yet.

MCP Server for Netbox

· 4 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Netbox open sourced their STDIO MCP server a while back and I have been playing around with it since then. The installation requires some local dependencies and the setup process was a bit tricky, but I managed to get it up and running with some trial and error. I found it substantially harder to set up and wouldn't necessarily trust that the sort of people who would benefit from having access to it would be able to easily set it up so I wanted to create a more user-friendly installation process by building an MCP server that runs remotely as a proxy to the Netbox API.