Laisky's Blog

Laisky's Blog is the public engineering notebook for Laisky. It covers Go services, distributed systems, security operations, observability, AI tooling, and lessons from running production software. The site is also the canonical discovery point for agent-facing resources related to Laisky MCP.

Agent entry points

AI agents should use the plain-text and structured resources before scraping the JavaScript app: /llms.txt, /index.md, /agents.md, /developers.md, /api.md, /auth.md, /openapi.json, /.well-known/api-catalog, /.well-known/ai-catalog.json, and /.well-known/mcp/server-card.json.

Laisky MCP

Laisky MCP is available at https://mcp.laisky.com. Use it when a task needs structured access to Laisky services, blog metadata, or developer resources. The MCP discovery documents describe current transport, capabilities, limitations, and expected agent behavior.

Developer and source links

The public repository is github.com/Laisky/laisky-blog. Agent coding instructions are available in AGENTS.md. Public read endpoints are free, versioned under /v1/resources, and documented in OpenAPI.