» Tag
mcp
107 postsBuilding Zero-Dependency MCP Servers in Pure Python
A practical walkthrough for implementing Anthropic's Model Context Protocol from scratch using only the Python standard library, with no SDK or pip dependencies.
MCP vs CLI: A Resilient Hybrid Architecture for AI Agents
When a plugin crashed, why did the MCP servers survive? A hybrid AI agent architecture combining MCP and CLI, with token cost tradeoffs and lifecycle lessons.
WebMCP Runs In The Browser, Not On Your Server
Google I/O 2026's WebMCP is a browser-tab-scoped tool protocol, not a replacement for headless server-side MCP servers handling 400+ daily automated calls.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comFortress MCP: A Stealth Browser That Lets AI Agents Bypass Blocks
Fortress MCP is an open-source, locally running MCP server that helps AI agents bypass anti-bot systems like Cloudflare and DataDome.
Tessera: An Open-Source AI Agent Layer That Refuses Answers Without Proof
Tessera is a deterministic AI agent framework that unifies enterprise data into one knowledge graph and refuses to answer without traceable evidence.
Mcpgen: Convert OpenAPI/Postman Specs into Python MCP Servers
Mcpgen enables the creation of independent Python MCP servers from OpenAPI and Postman specs.
From REST to MCP: Understanding the Design Shift
Discover the design differences between MCP and REST APIs. Learn about the importance of user intent in design and best practices.
Unused MCP Plugins: A Weekly Auto-Disable Pipeline
Unused MCP plugins are consuming your context. Discover the weekly auto-disable pipeline.
Building a Local MCP Server: Codebase Memory with Ollama and ChromaDB
Developers aim to overcome privacy and cost issues with a local MCP server.
Build Your First MCP Server in Python: Give Claude Your Notes
Learn to build a simple MCP server in Python using the Model Context Protocol. Integrate it with Claude Code.