Agents 7 min read
MCP Servers: Giving Your AI Coding Agent Real Tools
How to extend your AI coding assistant with Model Context Protocol servers — connecting it to your database, APIs, and custom tools in about ten minutes.
Josh
Tag
2 articles
How to extend your AI coding assistant with Model Context Protocol servers — connecting it to your database, APIs, and custom tools in about ten minutes.
A from-scratch walkthrough of the agent loop — tools, reasoning, and termination — using the Claude API and plain TypeScript. No frameworks.