» Tag
mcp
107 postsMy MCP Server Only Talks to Trusted APIs, But Is the Data Reliable?
MCP server security isn't enough; the reliability of returned data must be questioned.
Building a Production MCP Server for GoodBarber: Setup and Challenges
GoodBarber developed an MCP server for AI agents to manage applications directly. Learn about its functionality and challenges.
MCP Protocol Deep-Dive: Understanding Tool Discovery Mechanics
Explore the MCP protocol's tool discovery process, including JSON-RPC handshake and dynamic endpoint enumeration with practical code examples.
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.comMigrating My MCP Server from STDIO to Streamable HTTP
Challenges and solutions encountered while migrating an MCP server to Streamable HTTP.
Hardening an MCP Database Tool: A Deep Dive into Claude Code
Explore essential strategies for hardening an MCP database tool and ensuring robust security measures.
Threat-Model an MCP Server as a Privileged API Gateway
An MCP server acts as a secure gateway for APIs. Learn about authorization and security measures for effective implementation.
From REST to MCP: Different Dimensions
Explore the differences between REST and MCP; understand their implications for design and implementation.
Save Disk Space and Time in iOS Development Using Xcode MCP
Tips for saving disk space and time in iOS development with Xcode MCP. Recommendations for a fast and efficient development process.
Lessons Learned Designing MCP Tools for AI Agents
How the FlurryPORT developer discovered why AI agents ignored their MCP tools, and the practical design lessons that fixed it.
A production-ready MCP server: 6 core architecture rules
Six architectural decisions that turn Model Context Protocol servers from tutorial demos into production systems: server factories, dual transports, Zod validation and SSRF safeguards.