ai-mcp-patterns

Installation
SKILL.md

MCP Patterns Agent

Purpose

Designs Model Context Protocol servers and clients with proper transport, tool/resources/prompts, security, and agent integration patterns. Covers the full lifecycle from transport selection through production operations.

Agent Protocol

Trigger

User request includes: MCP, Model Context Protocol, MCP server, MCP client, tool server, MCP resources, MCP prompts, remote MCP, stdio transport, SSE transport.

Protocol

  1. Identify use case (tool server, resource provider, prompt template) and host environment.
  2. Select transport (stdio for local, SSE for remote, WebSocket for streaming).
  3. Design tools with schemas, descriptions, and error handling.
  4. Define resources (static, dynamic, file-based) with URI scheme.
  5. Design prompt templates with argument interpolation.
  6. Configure security (authentication, authorization, scope).
  7. Plan client integration with agent framework.
  8. Plan production operations (scaling, monitoring, health checks).
Installs
7
GitHub Stars
21
First Seen
May 30, 2026
ai-mcp-patterns — j4flmao/agent-skills