navigate open esc close K anytime

    ticketd: An Agent-Native Ticket Tracker for Claude Code and MCP

    If you have ever sat down with Claude Code on a Monday morning and realized the agent has no memory of what it tried on Friday, you have felt the problem ticketd was built to solve. It is a small, opinionated tracker exposed over the Model Context Protocol (MCP) - a single Go binary, a single SQLite file, six tools, and a worldview: the worklog is the product, not the status field. ...

    June 12, 2026 · 8 min · Rafiul Alam

    Building an MCP File Operations Tool in Go: A Complete Guide

    The Model Context Protocol (MCP) is revolutionizing how AI assistants interact with tools and data sources. In this comprehensive guide, we’ll build a production-ready MCP server in Go that provides powerful file operations-think of it as the strings utility package, but for files and AI assistants. What is MCP? MCP (Model Context Protocol) is a standardized way for AI assistants to interact with external tools and data sources. Instead of custom integrations for each tool, MCP provides a universal protocol that works with any compliant server. ...

    October 18, 2025 · 17 min · Rafiul Alam