All posts
Blog Series
MCP SERVER: Theory and Implementation
You've seen MCP servers mentioned in AI tool docs. You've wondered how Claude actually calls external functions. This is the guide that explains both — and by the end of this series you'll have a running, production-ready MCP server connected to Claude Desktop, built in Python.
2 parts~35 min total readStarted Apr 2026
Series progress
0 of 2 parts completed
0%

1
Tutorials15 min536 views
MCP Server (Part 1)
Why did Anthropic create MCP? This guide breaks down the theory and architecture behind the Model Context Protocol. We explore the roles of the Host, Client, and Server, and why the separation of concerns is the secret to building reusable AI tools.
Apr 30, 2026Read part 1
2
Tutorials20 min397 views
Part 2: Building FileSage MCP — A Production-Grade File Intelligence Server
We build FileSage MCP from zero: a full file system intelligence server covering Tools, Resources, Prompts, Logging, Progress, Root, Sampling, and SSE. This is Part 2.
May 13, 2026Read part 2
