AUAnkit Utekarinlearningstuffwithankit.dev·56m ago · 7 min readNon-intuitive aspects of MCP serversThe first time I configured my coding agent to use an MCP server, the "command": "npx" part got me a bit weirded out. Is this going to run as a child process? Isn’t it an MCP “server” though!? So, I s00
MCMahesh Choudharyinmaheshc1.hashnode.dev·6d ago · 14 min readBuilding a Production-Grade MCP ServerBuilding an MCP server is easy. Building one you can put in production is a different job. This post is a set of guidelines — on tool design, security, errors, and testing. And, for each one, what goe00
RYRavindra Yadavinrvindra.hashnode.dev·Aug 27 · 9 min readMCP : Model Context ProtocolMeaning : Model - Model here refers to the LLM models like GPT, Gemini, Claude etc. Context - Context means the information given to the model that it can use to understand and perform the given task.00
SSSameer Selokarinblogbysameer.hashnode.dev·Aug 24 · 12 min readModel Context Protocol (MCP): How AI Agents Connect to the Real WorldAI models are becoming increasingly capable at reasoning, generating code, and understanding natural language. But there is one major limitation: An AI model cannot automatically interact with the wor00
SNSachin Nandanwarinazureguru.net·Aug 14 · 10 min readMCP in Microsoft Agent Framework: Exposing AI Agent as an MCP Tool-with a twistThe title of the article is not clickbait. It is intentional. There is a very specific reason behind it. I will explain the reason, the problems and why I think that the title reflects what I am about30
KGKunal Guptainkunalforked.hashnode.dev·Aug 10 · 5 min readI Made My API MCP-Ready Without Writing a Single Tool by HandOpenAPI already knew everything my MCP tools needed. I just had to ask nicely. Nothing groundbreaking here, honestly a pretty simple logic once you see it. But it saved me a bunch of manual work, so f24SYN
YNYlyas Nurmuhammedovinmcp-privilege-profiler.hashnode.dev·Aug 10 · 11 min readMCP Security: Building Least-Privilege Access for AI AgentsAI agents become much more useful when they can interact with the outside world. They can read files, query APIs, interact with databases, call security platforms, modify repositories, and execute ope00
JKJay K Shenawyinthinkreview.hashnode.dev·Aug 10 · 6 min readHow I listed my MCP on the official MCP Registry — and how you can do yours tooWhen people ask “where do I find MCP servers?”, a growing chunk of the answer starts in one place: the Official MCP Registry at registry.modelcontextprotocol.io. I recently listed ThinkReview MCP ther00
PNPeter Ndumiainpeterndumia.hashnode.dev·Aug 9 · 7 min readBuilding a Secure MCP Server for File Processing: Auth, Rate Limiting, and IdempotencyMost write-ups on building an MCP server focus on the protocol itself: defining tools, handling requests, wiring up a client. That part is genuinely straightforward. What gets skipped over far more of00
SYSoulaymen Yaakoubiinplaindmarc.hashnode.dev·Aug 8 · 4 min readHow to Check SPF, DKIM and DMARC Without Leaving Your AI AssistantEmail authentication debugging is a lookup problem. Someone forwards you a bounce, and answering it means pulling a TXT record, counting SPF includes, chasing a DKIM selector through a CNAME chain, an00